Skip to content

Commit

Permalink
Issue #1084: Embed podman binary on linux
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cfergeau authored and praveenkumar committed Mar 18, 2020
1 parent b6acf7e commit b4d828c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/crc-embedder/cmd/embed.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ var (
"linux": []string{
libvirt.MachineDriverDownloadUrl,
constants.GetOcUrlForOs("linux"),
constants.GetPodmanUrlForOs("linux"),
},
"windows": []string{
constants.GetOcUrlForOs("windows"),
Expand Down

0 comments on commit b4d828c

Please sign in to comment.