Skip to content

Commit

Permalink
ci: retry arm build when failed
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Jun 11, 2021
1 parent b927c0e commit 44db142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-arm64-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Build
run: |
make release-arm
make release-arm || make release-arm
- name: Push
if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'release') }}
env:
Expand Down

0 comments on commit 44db142

Please sign in to comment.