mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Fix image build status and remove build-all scenario
This commit is contained in:
14
compile.sh
14
compile.sh
@@ -293,15 +293,5 @@ while [[ "${1}" == *=* ]]; do
|
|||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# shellcheck source=lib/main.sh
|
||||||
if [[ "${BUILD_ALL}" == "yes" || "${BUILD_ALL}" == "demo" ]]; then
|
source "${SRC}"/lib/main.sh
|
||||||
|
|
||||||
# shellcheck source=lib/build-all-ng.sh
|
|
||||||
source "${SRC}"/lib/build-all-ng.sh
|
|
||||||
|
|
||||||
else
|
|
||||||
|
|
||||||
# shellcheck source=lib/main.sh
|
|
||||||
source "${SRC}"/lib/main.sh
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|||||||
@@ -400,7 +400,7 @@ POST_DETERMINE_CTHREADS
|
|||||||
|
|
||||||
if [[ $BETA == yes ]]; then
|
if [[ $BETA == yes ]]; then
|
||||||
IMAGE_TYPE=nightly
|
IMAGE_TYPE=nightly
|
||||||
elif [[ $BETA != "yes" && $BUILD_ALL == yes && -n $GPG_PASS ]]; then
|
elif [[ $BETA != "yes" && $BUILD_ALL == yes ]]; then
|
||||||
IMAGE_TYPE=stable
|
IMAGE_TYPE=stable
|
||||||
else
|
else
|
||||||
IMAGE_TYPE=user-built
|
IMAGE_TYPE=user-built
|
||||||
|
|||||||
Reference in New Issue
Block a user