diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml index 77ccf827f8e..229cadba813 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 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 89587b74e10..599a78be760 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,5 @@ name: mir-libs base: core24 -build-base: devel summary: The fast, open and secure display server for any device - build environment description: | Mir is a display server running on linux systems, with a focus on efficiency,