Skip to content

Commit 4a91483

Browse files
authored
Merge pull request #2 from dodona-edu/publish-arm64-docker
Publish arm64 Docker images
2 parents cbcb782 + d6ce412 commit 4a91483

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
with:
4646
cosign-release: 'v2.2.4'
4747

48+
# Add support for more platforms with QEMU
49+
# https://github.com/docker/setup-qemu-action
50+
- name: Set up QEMU
51+
uses: docker/setup-qemu-action@v3
52+
4853
# Set up BuildKit Docker container builder to be able to build
4954
# multi-platform images and export cache
5055
# https://github.com/docker/setup-buildx-action
@@ -76,6 +81,7 @@ jobs:
7681
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
7782
with:
7883
context: .
84+
platforms: linux/amd64,linux/arm64
7985
push: ${{ github.event_name != 'pull_request' }}
8086
tags: ${{ steps.meta.outputs.tags }}
8187
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)