Skip to content

Commit

Permalink
arm64 is working (#3378)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq authored May 7, 2024
2 parents a93bda5 + 0b4cda7 commit 426d917
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
name: Determine which architectures to build for
run: |
ARCHES=( amd64 )
# remote-build is flaky: Don't risk it
# if ${{ github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name }}; then
# ARCHES+=( armhf arm64 )
# fi
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 )
fi
jq --compact-output --null-input '$ARGS.positional' --args -- "${ARCHES[@]}" | awk '{ print "arches=" $0 }' >> $GITHUB_OUTPUT
mir-libs:
Expand Down

0 comments on commit 426d917

Please sign in to comment.