Skip to content

Commit

Permalink
fix(ci): add QEMU and Buildx setup for enhanced multi-platform Docker…
Browse files Browse the repository at this point in the history
… builds
  • Loading branch information
c0deplayer committed Oct 29, 2024
1 parent 17e73f3 commit 823525f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand All @@ -40,7 +46,7 @@ jobs:
type=ref,event=pr
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 823525f

Please sign in to comment.