Timothée Ravier
Timothée Ravier
This should work once the Ubuntu 24.04 runner images become the default.
This is the push action. You want https://github.com/redhat-actions/buildah-build which has the `context` option.
Looks like podman started pushing using zstd compression by default (?). We only have support for that in the latest rpm-ostree release AFAIK.
Thanks for the feedback! Indeed, the way we template secrets is not ideal and does not cover all cases. We tried to find the easiest solution that everyone would have...
I'm taking a look at [tera-cli](https://github.com/guangie88/tera-cli) which is based on [tera](https://github.com/Keats/tera) which is inspired by Jinja2 so should be easy to use in our case.
Note for later: revert https://github.com/travier/fedora-coreos-matrix/pull/15 when done.
See also: https://github.com/coreos/bootupd/issues/658#issuecomment-2144660239
https://github.com/coreos/bootupd/pull/633 helped but is not complete. There are cases where could have multiple shim binaries in the EFI partition and we only want to touch our own, not others. The...
I've edited my comments to try to clarify it
With https://github.com/coreos/bootupd/pull/650 merged, I think we can consider this one fixed. We'll have to test it again. Thanks @HuijingHei