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 eccf34d commit 1df2917Copy full SHA for 1df2917
1 file changed
.github/workflows/publish.yml
@@ -15,6 +15,12 @@ jobs:
15
- name: Checkout repository
16
uses: actions/checkout@v5
17
18
+ - name: Set up QEMU
19
+ uses: docker/setup-qemu-action@v3
20
+
21
+ - name: Set up Docker Buildx
22
+ uses: docker/setup-buildx-action@v3
23
24
- name: Docker login
25
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
26
with:
@@ -31,6 +37,7 @@ jobs:
31
37
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
32
38
33
39
context: .
40
+ platforms: linux/amd64,linux/arm64
34
41
push: true
35
42
tags: ${{ steps.meta.outputs.tags }}
36
43
labels: ${{ steps.meta.outputs.labels }}
0 commit comments