push to-build packages to aarch64 builder (#124)

This commit is contained in:
Jacob Heider 2022-09-08 17:15:54 -04:00 committed by GitHub
parent 0f8b83870a
commit c0356585df

View file

@ -7,6 +7,14 @@ on:
type: string
jobs:
queue-builder:
runs-on: ubuntu-latest
steps:
- name: queue
run: |
curl https://app.tea.xyz/api/builder/enqueue \
-H "authorization: bearer ${{ secrets.TEA_API_TOKEN }}" \
-d "${{ inputs.projects }}"
build:
runs-on: ${{ matrix.os }}
strategy: