Skip to content

Commit 83aebb1

Browse files
committed
Building docker for linux/arm64 and linux/amd64
1 parent 29a7127 commit 83aebb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4
2121

22+
- name: Set up QEMU
23+
uses: docker/setup-qemu-action@v1
24+
2225
- name: Log in to the container registry
2326
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
2427
with:
@@ -40,6 +43,7 @@ jobs:
4043
push: true
4144
tags: ${{ steps.meta.outputs.tags }}
4245
labels: ${{ steps.meta.outputs.labels }}
46+
platforms: linux/amd64,linux/arm64
4347

4448
- name: Generate artifact attestation
4549
uses: actions/attest-build-provenance@v1

0 commit comments

Comments
 (0)