Skip to content

Commit b4d828c

Browse files
cfergeaupraveenkumar
authored andcommitted
Issue #1084: Embed podman binary on linux
Currently crc-embedder only embeds the podman binary on macOS. It's intentionally not shippen on Windows because of #1083 but there's no reason for not embedding it on Linux as we decided to favour using a hand-picked release over relying on distro packages. This fixes #1084
1 parent b6acf7e commit b4d828c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/crc-embedder/cmd/embed.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ var (
9696
"linux": []string{
9797
libvirt.MachineDriverDownloadUrl,
9898
constants.GetOcUrlForOs("linux"),
99+
constants.GetPodmanUrlForOs("linux"),
99100
},
100101
"windows": []string{
101102
constants.GetOcUrlForOs("windows"),

0 commit comments

Comments
 (0)