Skip to content

Commit

Permalink
Restore remaining remote builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths authored and Saviq committed May 13, 2024
1 parent 63ef89c commit 6f57bc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
run: |
ARCHES=( amd64 )
if ${{ github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name }}; then
# ARCHES+=( armhf arm64 ) ## remote-build ...armhf is flaky: Don't risk it
ARCHES+=( arm64 )
ARCHES+=( armhf arm64 )
fi
jq --compact-output --null-input '$ARGS.positional' --args -- "${ARCHES[@]}" | awk '{ print "arches=" $0 }' >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 6f57bc7

Please sign in to comment.