Skip to content

Commit 4021f3b

Browse files
committed
build: Rename ubuntu-allcross to allcross
The base distro is not that important, and we'd like to switch it to debian, so rename ubuntu-allcross to just allcross.
1 parent 2462095 commit 4021f3b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

build/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ KORG_DISTROS := korg@13.1.0 korg@12.3.0 korg@12.2.0 korg@12.1.0 korg@11.3.0 korg
2121
ALL_DISTROS := ${UBUNTU_DISTROS} ${KORG_DISTROS} ${FEDORA_DISTROS}
2222
DOCS_DISTRO := docs@${UBUNTU_LATEST}
2323
X86_DISTROS := ubuntu@${UBUNTU_LATEST} ubuntu
24-
ALIAS_DISTROS := ubuntu ubuntu-allcross fedora
25-
ALLCROSS_DISTROS := ubuntu-allcross@${UBUNTU_LATEST} ubuntu-allcross
24+
ALIAS_DISTROS := ubuntu allcross fedora
25+
ALLCROSS_DISTROS := allcross@${UBUNTU_LATEST} allcross
2626
ALL_ARCHES := alpha arm arm64 i686 m68k mips mips64 riscv s390 sh sparc x86_64
2727
SUBARCHES := ppc64le ppc64 ppc
2828

build/scripts/image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ from="docker.io/$distro:$version"
2121

2222
if [[ "$distro" == "docs" ]]; then
2323
from="docker.io/ubuntu:$version"
24-
elif [[ "$distro" == "ubuntu-allcross" ]]; then
24+
elif [[ "$distro" == "allcross" ]]; then
2525
from="linuxppc/build:ubuntu-$version"
2626
elif [[ "$distro" == "korg" ]]; then
2727
# Use an older distro for the 5.x toolchains.

build/scripts/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function get_default_version()
102102

103103
case "$distro" in
104104
ubuntu) latest="$UBUNTU_LATEST" ;;
105-
ubuntu-allcross) latest="$UBUNTU_LATEST" ;;
105+
allcross) latest="$UBUNTU_LATEST" ;;
106106
fedora) latest="$FEDORA_LATEST" ;;
107107
esac
108108

0 commit comments

Comments
 (0)