Skip to content

Commit dfba603

Browse files
committed
bump: qemu 5.0.0-rc2 → 5.0.0-rc3
1 parent f0f073a commit dfba603

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ all possible libraries.
66

77
## build docker image
88
```
9-
docker build --tag qemu-static:5.0.0-rc2 .
9+
docker build --tag qemu-static:5.0.0-rc3 .
1010
```
1111

1212
## run container, save ID, copy artifact(s)
1313
```
14-
docker run -it --cidfile=qemu.cid qemu-static:5.0.0-rc2 true
14+
docker run -it --cidfile=qemu.cid qemu-static:5.0.0-rc3 true
1515
docker cp "$(cat qemu.cid):work/artifact" artifact
1616
```
1717

command/base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ HOST_OS=${HOST_OS_RAW,,}
77
HOST_ARCH=${HOST_ARCH_RAW,,}
88

99
QEMU_NAME="qemu"
10-
QEMU_REV="5.0.0-rc2"
10+
QEMU_REV="5.0.0-rc3"
1111
QEMU_SRC_BASENAME="${QEMU_NAME}-${QEMU_REV}"
1212
QEMU_SRC_URL="https://download.qemu.org/${QEMU_SRC_BASENAME}.tar.xz"
1313
QEMU_SRC_PREFIX="${QEMU_REV}"

0 commit comments

Comments
 (0)