Skip to content

Commit

Permalink
Add support for multiplatform builds
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoli Nicolae <[email protected]>
  • Loading branch information
anatolinicolae committed Feb 12, 2024
1 parent 4284df3 commit 3245ab0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: ⬇️ Checkout repo
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 @@ -59,6 +62,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 3245ab0

Please sign in to comment.