Skip to content

Commit b8f0e91

Browse files
committed
ci: install qemu for multi-platform build
1 parent 6078b1a commit b8f0e91

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-stack.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
EOT
6060
podman info
6161
62+
- name: Install qemu dependency
63+
run: |
64+
sudo apt-get update
65+
sudo apt-get install -y qemu-user-static
66+
6267
- name: build package
6368
run: |
6469
pip install --upgrade build

0 commit comments

Comments
 (0)