Skip to content

Commit

Permalink
test: update minimal image name in rhel-9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mcattamoredhat authored and yih-redhat committed Jun 19, 2024
1 parent 61753b8 commit 00ea640
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion minimal-raw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@ case "${ID}-${VERSION_ID}" in
"rhel-8"*)
OS_VARIANT="rhel8-unknown"
;;
"rhel-9"*)
"rhel-9.3")
OS_VARIANT="rhel9-unknown"
;;
"rhel-9.4")
OS_VARIANT="rhel9-unknown"
;;
"rhel-9.5")
OS_VARIANT="rhel9-unknown"
MINIMAL_RAW_DECOMPRESSED=disk.raw
MINIMAL_RAW_FILENAME=disk.raw.xz
Expand Down

0 comments on commit 00ea640

Please sign in to comment.