Skip to content

Commit b0d1d07

Browse files
ISSUE-12: Add ARM64 support
1 parent 3a500fb commit b0d1d07

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
with:
3535
images: robiningelbrecht/strava-statistics
3636

37+
- name: Set up QEMU
38+
uses: docker/setup-qemu-action@v3
39+
40+
- name: Set up Docker Buildx
41+
uses: docker/setup-buildx-action@v3
42+
3743
- name: Build and push Docker images
3844
id: push
3945
uses: docker/build-push-action@v6.10.0
@@ -43,6 +49,7 @@ jobs:
4349
push: true
4450
tags: ${{ steps.meta.outputs.tags }}
4551
labels: ${{ steps.meta.outputs.labels }}
52+
platforms: linux/amd64,linux/arm64
4653

4754
- name: Generate artifact attestation
4855
uses: actions/attest-build-provenance@v2

0 commit comments

Comments
 (0)