Skip to content

Commit dc03cea

Browse files
committed
Add korg 9.4.0 build container
1 parent 3cd2589 commit dc03cea

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ There are images for various toolchains, they are encoded in the distro name/ver
5555
- `korg@11.3.0`: kernel.org gcc 11.3.0, binutils 2.38
5656
- `korg@11.1.0`: kernel.org gcc 11.1.0, binutils 2.36.1
5757
- `korg@10.3.0`: kernel.org gcc 10.3.0, binutils 2.36.1
58+
- `korg@9.4.0`: kernel.org gcc 9.4.0, binutils 2.36.1
5859
- `korg@9.3.0`: kernel.org gcc 9.3.0, binutils 2.34
5960
- `korg@8.1.0`: kernel.org gcc 8.1.0, binutils 2.30
6061
- `korg@5.5.0`: kernel.org gcc 5.5.0, binutils 2.29.1

build/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ endif
1515
FEDORA_DISTROS := fedora@${FEDORA_LATEST} fedora@35 fedora@34 fedora@33 fedora@31 fedora
1616
# Sort is to elimiate duplicates if UBUNTU_LATEST == 21.10
1717
UBUNTU_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@12.1.0 korg@11.3.0 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.3.0 korg@11.1.0 korg@10.3.0 korg@9.4.0 korg@9.3.0 korg@8.1.0 korg@5.5.0
1919
ALL_DISTROS := ${UBUNTU_DISTROS} ${KORG_DISTROS} ${FEDORA_DISTROS}
2020
DOCS_DISTRO := docs@${UBUNTU_LATEST}
2121
X86_DISTRO := ubuntu@${UBUNTU_LATEST}

0 commit comments

Comments
 (0)