mirror of
https://github.com/containers/podman.git
synced 2025-10-16 02:32:55 +08:00
Add gvproxy to Windows packages
Updated build scripts and installer build scripts to include gvproxy.exe. Includes tutorial on setting up a Podman VM with QEMU and gvproxy on Windows. Signed-off-by: Arthur Sengileyev <arthur.sengileyev@gmail.com>
This commit is contained in:
@ -10,7 +10,7 @@ SOURCES=${@:3} ## directories to find markdown files
|
||||
# invoked in a cross-compilation environment, so even if PLATFORM=windows
|
||||
# we need an actual executable that we can invoke).
|
||||
if [[ -z "$PODMAN" ]]; then
|
||||
DETECTED_OS=$(env -i HOME="$HOME" PATH="$PATH" go env GOOS)
|
||||
DETECTED_OS=$(env -i HOME="$HOME" PATH="$PATH" GOROOT="$GOROOT" go env GOOS)
|
||||
case $DETECTED_OS in
|
||||
windows)
|
||||
PODMAN=bin/windows/podman.exe ;;
|
||||
|
Reference in New Issue
Block a user