Explorar el Código

Update auto_build_docker_container.yml

nili hace 2 años
padre
commit
3d5e6567d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/auto_build_docker_container.yml

+ 1 - 1
.github/workflows/auto_build_docker_container.yml

@@ -73,7 +73,7 @@ jobs:
           context: ./
           file: ./Dockerfile
           push: true
-          platforms: linux/amd64,linux/arm64,linux/arm/v7
+          platforms: linux/amd64,linux/arm64
           tags: ${{ steps.meta.outputs.tags }}
           labels: ${{ steps.meta.outputs.labels }}
       - name: all Image digest

粤ICP备19079148号