File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ for version; do
112112 archCommit=" ${archCommits[$arch]} "
113113 if wget --quiet --spider -O /dev/null -o /dev/null " $rawGitUrl /$archCommit /$dir /$arch /rootfs.tar.gz" ; then
114114 variantArches+=( " $arch " )
115- if [ " $arch " = ' riscv64' ] && [[ " $variant " != * uclibc * ] ]; then
116- : # do not let "glibc" or "musl" be "latest" on riscv64 until they are no longer based on Debian Unstable / Alpine Edge
115+ if [ " $arch " = ' riscv64' ] && [ " $variant " = ' glibc ' ]; then
116+ : # do not let "glibc" be "latest" on riscv64 until it is no longer based on Debian Unstable
117117 elif [ -z " ${archLatestDir[$arch]:- } " ]; then
118118 # record the first supported directory per architecture for "latest" and friends
119119 archLatestDir[" $arch " ]=" $dir /$arch "
You can’t perform that action at this time.
0 commit comments