nili 1 year ago
parent
commit
bebb16f4dd
1 changed files with 1 additions and 1 deletions
  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/386,linux/arm/v7
+          platforms: linux/amd64,linux/arm64,linux/arm/v7
           tags: ${{ steps.meta.outputs.tags }}
           labels: ${{ steps.meta.outputs.labels }}
       - name: all Image digest

粤ICP备19079148号