File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 5050
5151 - name : Download IMAGES
5252 run : |
53- IMAGES_URL="https://github.com/arceos-hypervisor/axvisor-guest/releases/download/v0.0.20/${{ matrix.vmimage_name }}.tar.gz"
54- IMAGES_DIR="/tmp/axvisor/images/${{ matrix.vmimage_name }}"
53+ IMAGES_DIR="/tmp/axvisor/${{ matrix.vmimage_name }}"
5554 ROOTFS_IMG_PATH="${IMAGES_DIR}/rootfs.img"
56- mkdir -p "${IMAGES_DIR}"
57- echo "Downloading rootfs from ${IMAGES_URL}"
58- curl -L "${IMAGES_URL}" -o "${IMAGES_DIR}/${{ matrix.vmimage_name }}.tar.gz"
59-
60- # Extract the tar.gz file
61- echo "Extracting archive to ${IMAGES_DIR}"
62- tar -xzf "${IMAGES_DIR}/${{ matrix.vmimage_name }}.tar.gz" -C "${IMAGES_DIR}"
63-
55+
6456 # Check if rootfs.img exists after extraction
6557 if [ -f "${ROOTFS_IMG_PATH}" ]; then
6658 echo "Found rootfs.img, patching qemu-aarch64.toml file..."
You can’t perform that action at this time.
0 commit comments