Skip to content

Commit

Permalink
Merge pull request #17046 from n1hility/update-gvproxy-minstaller
Browse files Browse the repository at this point in the history
Update Mac installer to use gvproxy v0.5.0
  • Loading branch information
openshift-merge-robot authored Jan 10, 2023
2 parents 6ba308f + 28f13a7 commit 5399d53
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 @@ -6,7 +6,7 @@ ifeq ($(ARCH), aarch64)
else
GOARCH:=$(ARCH)
endif
GVPROXY_VERSION ?= 0.4.0
GVPROXY_VERSION ?= 0.5.0
QEMU_VERSION ?= 7.1.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
Expand Down

0 comments on commit 5399d53

Please sign in to comment.