mirror of
https://github.com/ivabus/pantry
synced 2025-06-08 08:20:32 +03:00
push to-build packages to aarch64 builder (#124)
This commit is contained in:
parent
0f8b83870a
commit
c0356585df
1 changed files with 8 additions and 0 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue