We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40d63cc + 8640c08 commit cf4c63dCopy full SHA for cf4c63d
1 file changed
.github/workflows/ci-k8s-homepage.yml
@@ -39,6 +39,12 @@ jobs:
39
username: ${{ github.actor }}
40
password: ${{ secrets.GITHUB_TOKEN }}
41
42
+ - name: Set up QEMU
43
+ uses: docker/setup-qemu-action@v3
44
+
45
+ - name: Set up Docker Buildx
46
+ uses: docker/setup-buildx-action@v3
47
48
- name: Extract metadata (tags, labels) for Docker
49
id: meta
50
uses: docker/metadata-action@v5
@@ -52,6 +58,7 @@ jobs:
52
58
uses: docker/build-push-action@v5
53
59
with:
54
60
context: ${{ matrix.context }}
61
+ platforms: linux/amd64,linux/arm64
55
62
push: true
56
63
tags: ${{ steps.meta.outputs.tags }}
57
64
labels: ${{ steps.meta.outputs.labels }}
0 commit comments