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 70541e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
id-token: write

steps:
- 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 +55,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 70541e8

Please sign in to comment.