diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-10-22 14:38:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-22 14:38:59 +0200 |
| commit | 16293132e35621f9e32491b2b129fa0758e1932f (patch) | |
| tree | 9112d8961b7c78c00d9f4b5a6b82b8687ffe9131 /utils/lib_sxng_container.sh | |
| parent | f70120b0b99354785c5d5c9fda91565ad32ec31f (diff) | |
[mod] ci: use custom static podman (#5354)
We only need updated podman on `build`. `test` and `release` can use image
provided container engine binaries.
Diffstat (limited to 'utils/lib_sxng_container.sh')
| -rw-r--r-- | utils/lib_sxng_container.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/lib_sxng_container.sh b/utils/lib_sxng_container.sh index eee218c06..50c1c7ef1 100644 --- a/utils/lib_sxng_container.sh +++ b/utils/lib_sxng_container.sh @@ -37,6 +37,7 @@ container.build() { fi fi info_msg "Selected engine: $container_engine" + "$container_engine" version # Setup arch specific case $parch in |