Skip to content

Commit 6c76d47

Browse files
committed
multi arch support test
1 parent 3aa7e1f commit 6c76d47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
uses: docker/build-push-action@v6
2929
with:
3030
context: .
31-
platforms: linux/amd64 # Single architecture
31+
platforms: linux/amd64,linux/arm64 # Multi-arch
3232
push: true
3333
tags: ${{ secrets.DOCKERHUB_USERNAME }}/goduckbot:latest

0 commit comments

Comments
 (0)