Skip to content

Commit d58826f

Browse files
committedFeb 28, 2025·
add qemu back
1 parent 2ae7ca3 commit d58826f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/docker-publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
# Generate a unique local tag for the image
7373
echo "LOCAL_TAG=local-${{ github.sha }}-$SURFIX" >> $GITHUB_OUTPUT
7474
75+
- name: Set up QEMU
76+
uses: docker/setup-qemu-action@v3
77+
7578
# Set up BuildKit Docker container builder
7679
- name: Set up Docker Buildx
7780
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)
Please sign in to comment.