File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2121ALL_DISTROS := ${UBUNTU_DISTROS} ${KORG_DISTROS} ${FEDORA_DISTROS}
2222DOCS_DISTRO := docs@${UBUNTU_LATEST}
2323X86_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
2626ALL_ARCHES := alpha arm arm64 i686 m68k mips mips64 riscv s390 sh sparc x86_64
2727SUBARCHES := ppc64le ppc64 ppc
2828
File renamed without changes.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ from="docker.io/$distro:$version"
2121
2222if [[ " $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 "
2626elif [[ " $distro " == " korg" ]]; then
2727 # Use an older distro for the 5.x toolchains.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments