We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa7e1f commit 6c76d47Copy full SHA for 6c76d47
1 file changed
.github/workflows/docker-build-push.yml
@@ -28,6 +28,6 @@ jobs:
28
uses: docker/build-push-action@v6
29
with:
30
context: .
31
- platforms: linux/amd64 # Single architecture
+ platforms: linux/amd64,linux/arm64 # Multi-arch
32
push: true
33
tags: ${{ secrets.DOCKERHUB_USERNAME }}/goduckbot:latest
0 commit comments