Skip to content

Commit

Permalink
ci(images): add multiplatform build
Browse files Browse the repository at this point in the history
  • Loading branch information
TimVosch committed Mar 1, 2024
1 parent 759ce9c commit 1c50147
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

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

- name: Log in to GHCR
uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -101,5 +104,6 @@ jobs:
context: ${{ matrix.context }}
file: ${{ matrix.dockerfile }}
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 1c50147

Please sign in to comment.