Skip to content

Commit 9cf8a0b

Browse files
committed
ci : install qemu-user-static
1 parent 466ea66 commit 9cf8a0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
- name: Set up Docker Buildx
5555
uses: docker/setup-buildx-action@v3
5656

57+
- run: sudo apt update && sudo apt install -y qemu-user-static
58+
5759
- name: Log in to Docker Hub
5860
uses: docker/login-action@v2
5961
with:

0 commit comments

Comments
 (0)