Skip to content

Commit 76791a2

Browse files
committed
pkginstaller: bump Qemu version to 8.2.1
this updates the Makefile qemu version to use the qemu 8.2.1 build released at: https://github.com/containers/podman-machine-qemu/releases/tag/v8.2.1-1 [NO NEW TESTS NEEDED] Signed-off-by: Anjan Nath <[email protected]>
1 parent dabbcb8 commit 76791a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pkginstaller/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ else
77
GOARCH:=$(ARCH)
88
endif
99
GVPROXY_VERSION ?= 0.7.2
10-
QEMU_VERSION ?= 8.0.0-1
10+
QEMU_VERSION ?= 8.2.1-1
1111
GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/v$(GVPROXY_VERSION)/gvproxy-darwin
1212
QEMU_RELEASE_URL ?= https://github.com/containers/podman-machine-qemu/releases/download/v$(QEMU_VERSION)/podman-machine-qemu-$(ARCH)-$(QEMU_VERSION).tar.xz
1313
PACKAGE_DIR ?= out/packaging

0 commit comments

Comments
 (0)