Skip to content

Commit

Permalink
Cirrus: update to latest Fedora image
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed Jan 27, 2021
1 parent f7e344f commit 8c65603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
GOCACHE: "${HOME}/.cache/go-build"

# VM Image built in containers/automation_images
_BUILT_IMAGE_SUFFIX: "c6110627968057344"
_BUILT_IMAGE_SUFFIX: "c6524344056676352"
FEDORA_CACHE_IMAGE_NAME: "fedora-${_BUILT_IMAGE_SUFFIX}"

# Must be defined true when testing w/in containers
Expand Down
2 changes: 1 addition & 1 deletion contrib/cirrus/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ case "$OS_RELEASE_ID" in
)
# Some small differences between 30 and 31
case "$OS_RELEASE_VER" in
32)
33)
INSTALL_PACKAGES+=(crun)
;;
*)
Expand Down

0 comments on commit 8c65603

Please sign in to comment.