fedora: f36 went EOL

Removes all references to Fedora 36 since it went EOL.

See: https://docs.fedoraproject.org/en-US/releases/eol/
This commit is contained in:
Simon de Vlieger 2023-05-17 18:37:39 +02:00 committed by Ondřej Budai
parent 53198bed6e
commit 5e6c0642cd
51 changed files with 19 additions and 630044 deletions

View file

@ -101,7 +101,7 @@ KERNEL_RT_PKG="kernel-rt"
SYSROOT_RO="false"
case "${ID}-${VERSION_ID}" in
"fedora-36")
"fedora-37")
CONTAINER_TYPE=iot-container
INSTALLER_TYPE=iot-installer
OSTREE_REF="fedora/${VERSION_ID}/${ARCH}/iot"
@ -109,8 +109,9 @@ case "${ID}-${VERSION_ID}" in
OS_VARIANT="fedora-unknown"
EMBEDED_CONTAINER="false"
DIRS_FILES_CUSTOMIZATION="true"
SYSROOT_RO="true"
;;
"fedora-37")
"fedora-38")
CONTAINER_TYPE=iot-container
INSTALLER_TYPE=iot-installer
OSTREE_REF="fedora/${VERSION_ID}/${ARCH}/iot"