Skip to content

Commit

Permalink
Use --best to try to get podman v5
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
  • Loading branch information
l0rd committed Sep 4, 2024
1 parent 57b4047 commit 5faa2fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5faa2fa

Please sign in to comment.