Skip to content

Commit

Permalink
Merge pull request #17648 from anjannath/update-qemu
Browse files Browse the repository at this point in the history
pkginstaller: bump Qemu to version 7.2.0
  • Loading branch information
openshift-merge-robot authored Feb 28, 2023
2 parents 02a77d2 + 1e516e6 commit 295dd26
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.5.0
QEMU_VERSION ?= 7.1.0-1
QEMU_VERSION ?= 7.2.0-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 295dd26

Please sign in to comment.