Skip to content

Commit

Permalink
feat: add docker image for arm64 (#2152)
Browse files Browse the repository at this point in the history
* feat: add docker image for arm64

* enable multiplatform

https://docs.docker.com/build/ci/github-actions/multi-platform/
  • Loading branch information
raulb authored Feb 13, 2025
1 parent 8d4e1f2 commit a2137fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ 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

- name: Log in to the Container registry
uses: docker/login-action@v3.3.0
with:
Expand Down Expand Up @@ -83,5 +89,6 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit a2137fe

Please sign in to comment.