Skip to content

Commit

Permalink
Use image folder for raspberrypiarm64 images
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Dec 14, 2024
1 parent db54c95 commit 23fcc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/base/config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BASE_VERSION=2.0.0

echo "GOT BASE BOARD $BASE_BOARD"
#[ -n "$BASE_SCRIPT_PATH" ] || BASE_SCRIPT_PATH=$CONFIG_DIR
if [ "${BASE_BOARD}" == "raspberrypiarmhf" ] || [ "${BASE_BOARD}" == "raspberrypiarm64" ]; then
if [ "${BASE_BOARD}" == "raspberrypiarmhf" ]; then
[ -n "$BASE_IMAGE_PATH" ] || BASE_IMAGE_PATH=${DIST_PATH}/image
else
[ -n "$BASE_IMAGE_PATH" ] || BASE_IMAGE_PATH=${DIST_PATH}/image-"${BASE_BOARD}"
Expand Down

0 comments on commit 23fcc0c

Please sign in to comment.