containers / podlet

Generate Podman Quadlet files from a Podman command, compose file, or existing object
https://crates.io/crates/podlet
Mozilla Public License 2.0
322 stars 10 forks source link

Fix release container ci #19

Closed k9withabone closed 9 months ago

k9withabone commented 9 months ago

Hopefully fixes CI container releases. Upgrades podman to the latest version as the buildah/podman version in Ubuntu 22.04 has a bug where the TARGETPLATFORM arg is not set correctly. Also changed to using roughly the same commands I used to build and upload the last two versions of the container.

Switched to using cargo-binstall to install cargo-chef in the container and only install gcc-aarch64-linux-gnu on arm64 builds.