Skip to content

Commit 38b1e01

Browse files
committed
ci: fix RK3588 ZVM job podman invocation
Signed-off-by: Chao Liu <chao.liu@processmission.com>
1 parent 8cc3371 commit 38b1e01

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -481,9 +481,10 @@ jobs:
481481
docker.io/pboqemu/qemu-ci:debian
482482
bash -cx './configure ${{ env.QEMU_WERROR }} --disable-docs --target-list=aarch64-softmmu && ninja -C build qemu-system-aarch64 qemu-img'
483483
- run: |
484-
podman run --pull newer --init --privileged --rm -i -v $(pwd):$(pwd) -w $(pwd)
485-
docker.io/pboqemu/qemu-ci:debian
486-
bash -exc '
484+
podman run --pull newer --init --privileged --rm -i \
485+
-v $(pwd):$(pwd) -w $(pwd) \
486+
docker.io/pboqemu/qemu-ci:debian \
487+
bash -exc '
487488
missing=0
488489
for cmd in curl zstd mkfs.vfat mcopy; do
489490
command -v "$cmd" >/dev/null || missing=1

0 commit comments

Comments
 (0)