Skip to content

Commit 23fcc0c

Browse files
committed
Use image folder for raspberrypiarm64 images
1 parent db54c95 commit 23fcc0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/modules/base/config‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BASE_VERSION=2.0.0
1616

1717
echo"GOT BASE BOARD $BASE_BOARD"
1818
#[ -n "$BASE_SCRIPT_PATH" ] || BASE_SCRIPT_PATH=$CONFIG_DIR
19-
if [ "${BASE_BOARD}"=="raspberrypiarmhf" ]|| [ "${BASE_BOARD}"=="raspberrypiarm64" ];then
19+
if [ "${BASE_BOARD}"=="raspberrypiarmhf" ];then
2020
[ -n"$BASE_IMAGE_PATH" ] || BASE_IMAGE_PATH=${DIST_PATH}/image
2121
else
2222
[ -n"$BASE_IMAGE_PATH" ] || BASE_IMAGE_PATH=${DIST_PATH}/image-"${BASE_BOARD}"

0 commit comments

Comments
 (0)