Explorar el Código

qemu setup for tag

jamesread hace 4 años
padre
commit
54d6855b3d
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      .github/workflows/build-tag.yml

+ 7 - 0
.github/workflows/build-tag.yml

@@ -12,6 +12,13 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v2
 
+      - name: Set up QEMU
+        id: qemu
+        uses: docker/setup-qemu-action@v1
+        with:
+          image: tonistiigi/binfmt:latest
+          platforms: arm64,arm
+
       - name: Setup Go
         uses: actions/setup-go@v2
         with: