Skip to content

Commit 2cc1f16

Browse files
committed
Add QEMU for multiarch builds
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent a94dec2 commit 2cc1f16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/image-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25+
- name: Set up QEMU for cross-platform builds
26+
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3
2527
- name: Set up Docker Buildx
2628
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3
2729
- name: Download artifact
@@ -51,7 +53,7 @@ jobs:
5153
file: ./Dockerfile
5254
platforms: linux/amd64,linux/arm64
5355
push: false # Only attempt to build, to verify the Dockerfile is working
54-
load: true
56+
# load: true
5557
cache-from: type=gha
5658
cache-to: type=gha,mode=max
5759
build-args: |

0 commit comments

Comments
 (0)