From e087f00ff178b1a4a27e8591f4bce0a1d5f89d07 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Sat, 18 Dec 2021 04:30:42 +0100 Subject: [PATCH] fix: specify image for arm64 (#954) --- .github/workflows/linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2f36a73..468e9ba 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -119,6 +119,8 @@ jobs: SNAP_STORE_LOGIN: ${{ secrets.SNAP_STORE_LOGIN }} - uses: docker/setup-qemu-action@v1 + with: + image: tonistiigi/binfmt@sha256:df15403e06a03c2f461c1f7938b171fda34a5849eb63a70e2a2109ed5a778bde if: env.SHOULD_DEPLOY == 'yes' - uses: diddlesnaps/snapcraft-multiarch-action@v1