Skip to content

Commit 5fca392

Browse files
committed
feat: setup multi-arch build to additionally support linux/arm64
1 parent b6c35a1 commit 5fca392

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Checkout repository
2424
uses: actions/checkout@v4
2525

26+
- name: Set up QEMU
27+
uses: docker/setup-qemu-action@v3
28+
2629
# This action inspects the GitHub event metadata
2730
# and fills tags and labels (e.g. 'latest')
2831
# needed for the build step.
@@ -47,5 +50,6 @@ jobs:
4750
with:
4851
context: .
4952
push: true
53+
platforms: linux/amd64,linux/arm64
5054
tags: ${{ steps.meta.outputs.tags }}
5155
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)