Skip to content

Commit 072d00d

Browse files
authored
Fix docker multi-platform build
1 parent b2fb5b3 commit 072d00d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
registry: ghcr.io
5353
username: ${{ github.actor }}
5454
password: ${{ secrets.GITHUB_TOKEN }}
55+
- name: Set up QEMU
56+
uses: docker/setup-qemu-action@v2
57+
- name: Set up Docker Buildx
58+
uses: docker/setup-buildx-action@v2
5559
- name: Build and push
5660
uses: docker/build-push-action@v3
5761
with:

0 commit comments

Comments
 (0)