Skip to content

Commit 8992be6

Browse files
committed
Add buildx and qemu
1 parent 859b56b commit 8992be6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
registry: docker.io
2424
username: ${{ secrets.DOCKER_REPOSITORY_LOGIN }}
2525
password: ${{ secrets.DOCKER_REPOSITORY_PASSWORD }}
26+
# https://github.com/docker/setup-qemu-action
27+
- name: Set up QEMU
28+
uses: docker/setup-qemu-action@v3
29+
# https://github.com/docker/setup-buildx-action
30+
- name: Set up Docker Buildx
31+
uses: docker/setup-buildx-action@v3
2632
- name: Build action image
2733
run: make docker-build
2834
env:

0 commit comments

Comments
 (0)