Skip to content

Commit b7350f4

Browse files
committed
build: Add more korg images
Add: - korg@14.2.0 - korg@14.1.0 - korg@13.3.0 - korg@13.2.0 - korg@12.4.0
1 parent 88593b6 commit b7350f4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,12 @@ Different toolchains
5151

5252
There are images for various toolchains, they are encoded in the distro name/version.
5353

54+
- `korg@14.2.0`: kernel.org gcc 14.2.0, binutils 2.42
55+
- `korg@14.1.0`: kernel.org gcc 14.1.0, binutils 2.42
56+
- `korg@13.3.0`: kernel.org gcc 13.1.0, binutils 2.42
57+
- `korg@13.2.0`: kernel.org gcc 13.1.0, binutils 2.41
5458
- `korg@13.1.0`: kernel.org gcc 13.1.0, binutils 2.40
59+
- `korg@12.4.0`: kernel.org gcc 12.3.0, binutils 2.42
5560
- `korg@12.3.0`: kernel.org gcc 12.3.0, binutils 2.40
5661
- `korg@12.2.0`: kernel.org gcc 12.2.0, binutils 2.39
5762
- `korg@12.1.0`: kernel.org gcc 12.1.0, binutils 2.38

build/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ endif
1717
UBUNTU_DISTROS += ubuntu@20.04 ubuntu@18.04 ubuntu@16.04 ubuntu
1818

1919
FEDORA_DISTROS := fedora@${FEDORA_LATEST} fedora@39 fedora@38 fedora@37 fedora@36 fedora@35 fedora@34 fedora@33 fedora@31 fedora
20-
KORG_DISTROS := korg@13.1.0 korg@12.3.0 korg@12.2.0 korg@12.1.0 korg@11.3.0 \
20+
KORG_DISTROS := korg@14.2.0 korg@14.1.0 korg@13.3.0 korg@13.2.0 korg@13.1.0 \
21+
korg@12.4.0 korg@12.3.0 korg@12.2.0 korg@12.1.0 korg@11.3.0 \
2122
korg@11.1.0 korg@10.3.0 korg@9.4.0 korg@9.3.0 korg@8.5.0 \
2223
korg@8.1.0 korg@5.5.0
2324
ALL_DISTROS := ${UBUNTU_DISTROS} ${KORG_DISTROS} ${FEDORA_DISTROS}

0 commit comments

Comments
 (0)