Skip to content

Commit c7b32e8

Browse files
authored
Fix multi-platform builds (#7)
1 parent 10a8e5b commit c7b32e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ jobs:
4848
type=ref,event=pr
4949
type=sha
5050
51+
# https://docs.docker.com/build/ci/github-actions/multi-platform/
52+
- name: Set up QEMU
53+
uses: docker/setup-qemu-action@v3
54+
55+
- name: Set up Docker Buildx
56+
uses: docker/setup-buildx-action@v3
57+
5158
- name: Build and push Docker image
5259
uses: docker/build-push-action@v3
5360
with:

0 commit comments

Comments
 (0)