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 246c722 commit c137f2bCopy full SHA for c137f2b
.github/workflows/docker-release.yaml
@@ -34,7 +34,7 @@ jobs:
34
uses: docker/build-push-action@v6
35
with:
36
context: .
37
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
38
push: true
39
build-args: |
40
GIT_REVISION=${{ github.sha }}
.github/workflows/ghcr-release.yaml
@@ -45,6 +45,6 @@ jobs:
45
46
47
48
49
tags: ${{ steps.meta.outputs.tags }}
50
labels: ${{ steps.meta.outputs.labels }}
0 commit comments