mirror of
https://github.com/containers/podman.git
synced 2025-09-09 21:52:21 +08:00

to compile arm bits the GOARCH should be set to amd64 script was wrongly using aarch64 instead [NO NEW TESTS NEEDED] Signed-off-by: Anjan Nath <kaludios@gmail.com>
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
# or to prepare a signed and notarized pkg for release
$ make ARCH=<amd64 | aarch64> CODESIGN_IDENTITY=<ID> PRODUCTSIGN_IDENTITY=<ID> NOTARIZE_USERNAME=<appleID> NOTARIZE_PASSWORD=<appleID-password> NOTARIZE_TEAM=<team-id> notarize
The generated pkg will be written to out/podman-macos-installer-*.pkg
.
Currently the pkg installs podman
, qemu
, gvproxy
and podman-mac-helper
to /opt/podman
The qemu
build it uses is from containers/podman-machine-qemu
Uninstalling
$ sudo rm -rf /opt/podman
Screenshot
