We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0012740 commit 2152735Copy full SHA for 2152735
.github/workflows/docker.yaml
@@ -31,7 +31,7 @@ jobs:
31
uses: docker/build-push-action@v4
32
with:
33
context: .
34
- platforms: linux/amd64, linux/arm64
+ platforms: linux/amd64 #, linux/arm64 (build fails)
35
push: true
36
tags: |
37
ghcr.io/${{ github.repository }}:latest
0 commit comments