There was an error while loading. Please reload this page.
1 parent 94fb88f commit 3444970Copy full SHA for 3444970
1 file changed
.github/actions/build-publish-image/action.yml
@@ -16,6 +16,14 @@ runs:
16
username: ${{ github.repository_owner }}
17
password: ${{ env.GH_TOKEN }}
18
19
+ -
20
+ # Add support for more platforms with QEMU (optional)
21
+ # https://github.com/docker/setup-qemu-action
22
+ name: Set up QEMU
23
+ uses: docker/setup-qemu-action@v4
24
25
+ name: Set up Docker Buildx
26
+ uses: docker/setup-buildx-action@v4
27
- name: Print release version input
28
shell: bash
29
run: echo "Input release version =${{ inputs.version }}"
@@ -34,6 +42,7 @@ runs:
34
42
with:
35
43
context: .
36
44
file: ./Dockerfile
45
+ platforms: linux/amd64,linux/arm64
37
46
push: true
38
47
tags: ${{ steps.meta.outputs.tags }}
39
- labels: ${{ steps.meta.outputs.labels }}
48
+ labels: ${{ steps.meta.outputs.labels }}
0 commit comments