test/ostree: add support for Fedora 33
Let's use the same repository as for Fedora 32, it proved to be very stable.
This commit is contained in:
parent
eacb8ff14c
commit
4b19095b20
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@ case "${ID}-${VERSION_ID}" in
|
|||
OSTREE_REF="fedora/32/${ARCH}/iot"
|
||||
OS_VARIANT="fedora32"
|
||||
BOOT_LOCATION="https://mirrors.rit.edu/fedora/fedora/linux/releases/32/Everything/x86_64/os/";;
|
||||
"fedora-33")
|
||||
IMAGE_TYPE=fedora-iot-commit
|
||||
OSTREE_REF="fedora/33/${ARCH}/iot"
|
||||
OS_VARIANT="fedora33"
|
||||
BOOT_LOCATION="https://mirrors.rit.edu/fedora/fedora/linux/releases/33/Everything/x86_64/os/";;
|
||||
"rhel-8.3")
|
||||
IMAGE_TYPE=rhel-edge-commit
|
||||
OSTREE_REF="rhel/8/${ARCH}/edge"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue