We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d772273 commit 5ac52ffCopy full SHA for 5ac52ff
src/release
@@ -29,6 +29,8 @@ FILENAME=$(basename `ls . | grep -e .img$ -e .raw$ | tail -n 1`)
29
if [ "${BASE_RELEASE_IMG_NAME}" == "default" ]; then
30
if [ "${BASE_DISTRO}" == "ubuntu" ]; then
31
CHANGE_STRING_LIST=( "ubuntu" )
32
+ elif [ "${BASE_BOARD}" == debian_* ]; then
33
+ CHANGE_STRING_LIST=( "debian" )
34
else
35
CHANGE_STRING_LIST=( "raspbian" "raspios")
36
fi
0 commit comments