We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6971da6 commit 9d7d85cCopy full SHA for 9d7d85c
1 file changed
.github/workflows/build-and-push.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Build and push
49
uses: docker/build-push-action@v6
50
with:
51
- platforms: linux/amd64,linux/arm64
+ platforms: linux/arm64 #,linux/amd64
52
push: true
53
cache-from: type=gha
54
cache-to: type=gha,mode=max
0 commit comments