Skip to content

Commit

Permalink
ci: add arm64 docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyDjemai committed Nov 8, 2024
1 parent fd108e6 commit 4d1d791
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

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

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

Expand Down Expand Up @@ -55,6 +58,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
push: true
Expand Down

0 comments on commit 4d1d791

Please sign in to comment.