File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ Different toolchains
5151
5252There are images for various toolchains, they are encoded in the distro name/version.
5353
54+ - kernel.org gcc 12.1.0 ` korg@12.1.0 `
5455 - kernel.org gcc 11.1.0 ` korg@11.1.0 `
5556 - kernel.org gcc 10.3.0 ` korg@10.3.0 `
5657 - kernel.org gcc 9.3.0 ` korg@9.3.0 `
Original file line number Diff line number Diff line change 1515FEDORA_DISTROS := fedora@${FEDORA_LATEST} fedora@34 fedora@33 fedora@31 fedora
1616# Sort is to elimiate duplicates if UBUNTU_LATEST == 21.10
1717UBUNTU_DISTROS := $(sort ubuntu@${UBUNTU_LATEST} ubuntu@21.10 ubuntu@21.04 ubuntu@20.04 ubuntu@18.04 ubuntu@16.04 ubuntu)
18- KORG_DISTROS := korg@11.1.0 korg@10.3.0 korg@9.3.0 korg@8.1.0 korg@5.5.0
18+ KORG_DISTROS := korg@12.1.0 korg@ 11.1.0 korg@10.3.0 korg@9.3.0 korg@8.1.0 korg@5.5.0
1919ALL_DISTROS := ${UBUNTU_DISTROS} ${KORG_DISTROS} ${FEDORA_DISTROS}
2020DOCS_DISTRO := docs@${UBUNTU_LATEST}
2121X86_DISTRO := ubuntu@${UBUNTU_LATEST}
You can’t perform that action at this time.
0 commit comments