mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

it installs podman and supporting binaries along with qemu to have a functioning podman install using a pkg podman and podman-mac-helper is compiled from source gvproxy binary is downloaded from its github releases and qemu from github release of containers/podman-machine-qemu [NO NEW TESTS NEEDED] Signed-off-by: Anjan Nath <kaludios@gmail.com>
729 B
729 B
How to build
$ make ARCH=<amd64 | aarch64> NO_CODESIGN=1 pkginstaller
# or to create signed pkg
$ make ARCH=<amd64 | aarch64> CODESIGN_IDENTITY=<ID> PRODUCTSIGN_IDENTITY=<ID> pkginstaller
The generated pkg will be written to out/podman-macos-installer-*.pkg
.
Currently the pkg installs podman
, qemu
, gvproxy
and podman-mac-helper
to /Applications/podman
The qemu
build it uses is from containers/podman-machine-qemu
Uninstalling
$ sudo rm -rf /opt/podman
Screenshot
