Skip to content

Commit

Permalink
use buildx for multi-platoform builds
Browse files Browse the repository at this point in the history
Signed-off-by: Sid Sun <sid@sidsun.com>
  • Loading branch information
Sid-Sun committed Aug 16, 2024
1 parent ccfbd3f commit 68ffdbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ jobs:
- name: Build and push Docker image
run: |
docker build . --file Dockerfile --tag realsidsun/replicator-kuma:$TAG
docker push realsidsun/replicator-kuma:$TAG
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t realsidsun/replicator-kuma:$TAG --push .

0 comments on commit 68ffdbb

Please sign in to comment.