From f50ea3a6a14a88829bec645dd87985ed5e204dc6 Mon Sep 17 00:00:00 2001 From: Alan Griffiths Date: Fri, 3 May 2024 14:13:34 +0100 Subject: [PATCH] Restore remaining remote builds --- .github/workflows/snap.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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