We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121639b commit f24e02dCopy full SHA for f24e02d
1 file changed
.github/workflows/docker.yml
@@ -26,6 +26,12 @@ jobs:
26
username: ${{ github.actor }}
27
password: ${{ secrets.GITHUB_TOKEN }}
28
29
+ - name: Set up QEMU
30
+ uses: docker/setup-qemu-action@v3
31
+
32
+ - name: Set up Docker Buildx
33
+ uses: docker/setup-buildx-action@v3
34
35
- name: Extract metadata
36
id: meta
37
uses: docker/metadata-action@v5
@@ -42,6 +48,7 @@ jobs:
42
48
uses: docker/build-push-action@v6
43
49
with:
44
50
context: .
51
+ platforms: linux/amd64,linux/arm64
45
52
push: true
46
53
tags: ${{ steps.meta.outputs.tags }}
47
54
labels: ${{ steps.meta.outputs.labels }}
0 commit comments