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
318 stars 10 forks source link

CI Fixes #79

Closed k9withabone closed 1 month ago

k9withabone commented 1 month ago

A minor fix for the release-container CI. Changed the build-container CI job to hopefully catch any similar issues in the future.

Added a build job to the CI to ensure Podlet builds on all supported platforms: Linux, Windows, and macOS.

Minor fix in Cli::file_path() for non-Unix platforms (i.e. Windows).

I'll merge this and publish Podlet v0.3.0 tomorrow unless someone raises an objection.