Skip to content

Commit

Permalink
Revert "FRIG - avoid broken remote-build by sticking to amd64"
Browse files Browse the repository at this point in the history
This reverts commit 0066962.
  • Loading branch information
AlanGriffiths committed May 7, 2024
1 parent 1f08188 commit 0df84eb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ 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 )
fi
jq --compact-output --null-input '$ARGS.positional' --args -- "${ARCHES[@]}" | awk '{ print "arches=" $0 }' >> $GITHUB_OUTPUT
mir-libs:
Expand Down

0 comments on commit 0df84eb

Please sign in to comment.