Skip to content

Commit 311a3f7

Browse files
committed
Set up qemu and buildx for multiplatform images.
1 parent b32540b commit 311a3f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-docker.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
platform: linux/amd64,linux/arm64
3030

3131
steps:
32+
- name: Set up QEMU
33+
uses: docker/setup-qemu-action@v3
34+
35+
- name: Set up Docker Buildx
36+
uses: docker/setup-buildx-action@v3
37+
3238
- uses: actions/checkout@v2
3339

3440
- name: Build image

0 commit comments

Comments
 (0)