mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-18 08:29:53 +01:00
Add ARM build
This commit is contained in:
parent
7783b37b70
commit
a8bc9e9f1e
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -218,11 +218,15 @@ jobs:
|
|||
checkName: Build
|
||||
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||
|
||||
- uses: fountainhead/action-wait-for-check@v1.1.0
|
||||
- name: Wait for Cirrus CI build to succeed
|
||||
uses: fountainhead/action-wait-for-check@v1.1.0
|
||||
id: wait-for-build
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
checkName: Build
|
||||
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||
timeoutSeconds: 1800 # 30 minutes
|
||||
intervalSeconds: 30
|
||||
|
||||
- name: Download artifacts
|
||||
if: steps.wait-for-build.outputs.conclusion == 'success'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue