From 2795125a3403fd9bffd109e780eaeb30be654013 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 8 Mar 2023 17:07:00 +0100 Subject: [PATCH] podman: Fix linux filename for 4.4.x releases This fixes https://github.com/crc-org/snc/issues/662 --- createdisk-library.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createdisk-library.sh b/createdisk-library.sh index 7d1d6202..6c81f6cd 100755 --- a/createdisk-library.sh +++ b/createdisk-library.sh @@ -374,7 +374,7 @@ function download_podman() { local arch=$2 mkdir -p podman-remote/linux - curl -L https://github.com/containers/podman/releases/download/v{version}/podman-remote-static.tar.gz | tar -zx -C podman-remote/linux podman-remote-static + curl -L https://github.com/containers/podman/releases/download/v{version}/podman-remote-static-linux_${arch}.tar.gz | tar -zx -C podman-remote/linux podman-remote-static mv podman-remote/linux/podman-remote-static podman-remote/linux/podman-remote chmod +x podman-remote/linux/podman-remote