There was an error while loading. Please reload this page.
2 parents b745f69 + a85613b commit 77bd16bCopy full SHA for 77bd16b
1 file changed
.github/workflows/docker-image.yml
@@ -19,6 +19,9 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
22
+ - name: Set up QEMU
23
+ uses: docker/setup-qemu-action@v3
24
+
25
- name: Set up Docker Buildx
26
uses: docker/setup-buildx-action@v3
27
@@ -43,6 +46,7 @@ jobs:
43
46
uses: docker/build-push-action@v6
44
47
with:
45
48
context: .
49
+ platforms: linux/amd64,linux/arm64,linux/arm/v7
50
push: ${{ github.event_name == 'push' }}
51
tags: ${{ steps.meta.outputs.tags }}
52
labels: ${{ steps.meta.outputs.labels }}
0 commit comments