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 3a32c66 commit 93f8fcbCopy full SHA for 93f8fcb
.github/workflows/build.yaml
@@ -31,7 +31,7 @@ jobs:
31
uses: docker/build-push-action@v5
32
with:
33
outputs: "type=docker,push=false"
34
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
35
build-args: |
36
Version=dev
37
GitCommit=${{ github.sha }}
0 commit comments