We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd07e2 commit 4e20249Copy full SHA for 4e20249
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
context: ./gateway
37
file: ./gateway/Dockerfile
38
outputs: "type=image,push=false"
39
- platforms: linux/amd64,linux/arm/v7,linux/arm64
+ platforms: linux/amd64,linux/arm64
40
build-args: |
41
VERSION=${{ env.TAG }}
42
GIT_COMMIT=${{ github.sha }}
.github/workflows/publish.yml
@@ -52,7 +52,7 @@ jobs:
52
53
54
outputs: "type=registry,push=true"
55
56
57
58
0 commit comments