Skip to content

Commit d5c1e40

Browse files
authored
Merge pull request #5 from feloy/fix-2/manifest-2
ci: install qemu for multi-platform build
2 parents 6078b1a + b8f0e91 commit d5c1e40

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)