diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml index 71056aea86a..f31665ffbda 100644 --- a/.github/workflows/snap.yml +++ b/.github/workflows/snap.yml @@ -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