From 5faa2fac5abbae7243c66b2e37967280f886c319 Mon Sep 17 00:00:00 2001 From: Mario Loriedo Date: Wed, 4 Sep 2024 17:40:13 +0200 Subject: [PATCH] Use --best to try to get podman v5 Signed-off-by: Mario Loriedo --- .cirrus.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index eab2629..f23349f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -134,8 +134,9 @@ release_task: dnf install 'dnf-command(config-manager)' dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo dnf install -y gh git - dnf install -y "podman > 5" - dnf upgrade -y podman buildah + dnf install -y --best "podman > 5" + dnf upgrade -y --best podman buildah + dnf upgrade -y --best "podman > 5" release_script: | set +o verbose HTTP_PREFIX="$GITHUB_SERVER_URL/$CIRRUS_REPO_FULL_NAME/releases/latest/download"