瀏覽代碼

fix: specify image for arm64 (#954)

Baptiste Augrain 3 年之前
父節點
當前提交
e087f00ff1
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/linux.yml

+ 2 - 0
.github/workflows/linux.yml

@@ -119,6 +119,8 @@ jobs:
           SNAP_STORE_LOGIN: ${{ secrets.SNAP_STORE_LOGIN }}
           SNAP_STORE_LOGIN: ${{ secrets.SNAP_STORE_LOGIN }}
 
 
       - uses: docker/setup-qemu-action@v1
       - uses: docker/setup-qemu-action@v1
+        with:
+          image: tonistiigi/binfmt@sha256:df15403e06a03c2f461c1f7938b171fda34a5849eb63a70e2a2109ed5a778bde
         if: env.SHOULD_DEPLOY == 'yes'
         if: env.SHOULD_DEPLOY == 'yes'
 
 
       - uses: diddlesnaps/snapcraft-multiarch-action@v1
       - uses: diddlesnaps/snapcraft-multiarch-action@v1