Skip to content

Commit ccdfc9c

Browse files
committed
Build ARM64 image
1 parent f052e0e commit ccdfc9c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .github/workflows/docker.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26+
- name: Set up QEMU
27+
uses: docker/setup-qemu-action@v3
28+
29+
- name: Set up Docker Buildx
30+
uses: docker/setup-buildx-action@v3
31+
2632
- name: Checkout repository
2733
uses: actions/checkout@v4
2834

@@ -47,6 +53,7 @@ jobs:
4753
push: true
4854
tags: ${{ steps.meta.outputs.tags }}
4955
labels: ${{ steps.meta.outputs.labels }}
56+
platforms: linux/amd64,linux/arm64
5057

5158
- name: Generate artifact attestation
5259
uses: actions/attest-build-provenance@main

0 commit comments

Comments
 (0)