We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a500fb commit b0d1d07Copy full SHA for b0d1d07
.github/workflows/docker-image.yml
@@ -34,6 +34,12 @@ jobs:
34
with:
35
images: robiningelbrecht/strava-statistics
36
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
43
- name: Build and push Docker images
44
id: push
45
uses: docker/build-push-action@v6.10.0
@@ -43,6 +49,7 @@ jobs:
49
push: true
50
tags: ${{ steps.meta.outputs.tags }}
51
labels: ${{ steps.meta.outputs.labels }}
52
+ platforms: linux/amd64,linux/arm64
46
53
47
54
- name: Generate artifact attestation
48
55
uses: actions/attest-build-provenance@v2
0 commit comments