Skip to content

Commit

Permalink
pkginstaller: bump Qemu version to 8.2.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
anjannath committed Jan 30, 2024
1 parent dabbcb8 commit 76791a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/pkginstaller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else
GOARCH:=$(ARCH)
endif
GVPROXY_VERSION ?= 0.7.2
QEMU_VERSION ?= 8.0.0-1
QEMU_VERSION ?= 8.2.1-1
GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/v$(GVPROXY_VERSION)/gvproxy-darwin
QEMU_RELEASE_URL ?= https://github.com/containers/podman-machine-qemu/releases/download/v$(QEMU_VERSION)/podman-machine-qemu-$(ARCH)-$(QEMU_VERSION).tar.xz
PACKAGE_DIR ?= out/packaging
Expand Down

0 comments on commit 76791a2

Please sign in to comment.