From 84b950edc071635e3917a9b97c3a325efca4a196 Mon Sep 17 00:00:00 2001 From: samwiseg0 <2241731+samwiseg0@users.noreply.github.com> Date: Tue, 23 Feb 2021 00:32:41 -0500 Subject: [PATCH] build(snap): Revert QEMU version to fix arm64 builds (#1005) * build(snap): Revert QEMU version to fix arm64 builds * build(snap): Re-enable arm64 builds --- .github/workflows/release.yml | 2 ++ .github/workflows/snap.yaml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da3ca8683..9e929ce9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,6 +75,8 @@ jobs: - name: Set Up QEMU uses: docker/setup-qemu-action@v1 + with: + image: tonistiigi/binfmt@sha256:df15403e06a03c2f461c1f7938b171fda34a5849eb63a70e2a2109ed5a778bde - name: Build Snap Package uses: diddlesnaps/snapcraft-multiarch-action@v1 diff --git a/.github/workflows/snap.yaml b/.github/workflows/snap.yaml index 5179ed777..ac68a3278 100644 --- a/.github/workflows/snap.yaml +++ b/.github/workflows/snap.yaml @@ -39,7 +39,7 @@ jobs: matrix: architecture: - amd64 - #- arm64 Disable until there is a workaround or fix. + - arm64 - armhf steps: - name: Checkout Code @@ -57,6 +57,8 @@ jobs: - name: Set Up QEMU uses: docker/setup-qemu-action@v1 + with: + image: tonistiigi/binfmt@sha256:df15403e06a03c2f461c1f7938b171fda34a5849eb63a70e2a2109ed5a778bde - name: Build Snap Package uses: diddlesnaps/snapcraft-multiarch-action@v1