Skip to content

Commit 78e8cf3

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yaml

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

22+
- name: Set up QEMU
23+
uses: docker/setup-qemu-action@v3
24+
25+
- name: Set up Docker Buildx
26+
uses: docker/setup-buildx-action@v3
27+
2228
- name: Log in to the container registry
2329
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
2430
with:
@@ -40,6 +46,7 @@ jobs:
4046
push: true
4147
tags: ${{ steps.meta.outputs.tags }}
4248
labels: ${{ steps.meta.outputs.labels }}
49+
platforms: linux/amd64,linux/arm64
4350

4451
- name: Generate artifact attestation
4552
uses: actions/attest-build-provenance@v1

0 commit comments

Comments
 (0)