Explorar el Código

feat: try arm docker image

zhayujie hace 2 años
padre
commit
01a56e1155
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/deploy-image.yml

+ 1 - 0
.github/workflows/deploy-image.yml

@@ -57,6 +57,7 @@ jobs:
           file: ./docker/Dockerfile.latest
           tags: ${{ steps.meta.outputs.tags }}
           labels: ${{ steps.meta.outputs.labels }}
+          platform: linux/amd64,linux/arm64
 
       - uses: actions/delete-package-versions@v4
         with: