Skip to content

Commit 5ac52ff

Browse files
committed
Handle images with debain in their name
1 parent d772273 commit 5ac52ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/release

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ FILENAME=$(basename `ls . | grep -e .img$ -e .raw$ | tail -n 1`)
2929
if [ "${BASE_RELEASE_IMG_NAME}" == "default" ]; then
3030
if [ "${BASE_DISTRO}" == "ubuntu" ]; then
3131
CHANGE_STRING_LIST=( "ubuntu" )
32+
elif [ "${BASE_BOARD}" == debian_* ]; then
33+
CHANGE_STRING_LIST=( "debian" )
3234
else
3335
CHANGE_STRING_LIST=( "raspbian" "raspios")
3436
fi

0 commit comments

Comments
 (0)