Skip to content

Commit

Permalink
build: don't include harvester-additional-images.txt on arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Serong <[email protected]>
  • Loading branch information
tserong committed May 22, 2024
1 parent 04daffd commit 26b424d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/build-bundle
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,11 @@ if [ ${ARCH} == "amd64" ]; then

# seeder images
echo ${HARVESTER_SEEDER_IMAGE} >> ${image_list_file}
fi

# harvester additional images, which is not in rancher images, not in harvester images or any others
# do not add any comment line into this file, each line should be an valid image name
cat ${SCRIPTS_DIR}/images/harvester-additional-images.txt >> ${image_list_file}
# harvester additional images, which is not in rancher images, not in harvester images or any others
# do not add any comment line into this file, each line should be an valid image name
cat ${SCRIPTS_DIR}/images/harvester-additional-images.txt >> ${image_list_file}
fi

# get longhorn image list
longhorn_version=v$(ls ${harvester_chart_path}/charts | grep longhorn| sed -e "s/^longhorn-//" -e "s/.tgz$//")
Expand Down

0 comments on commit 26b424d

Please sign in to comment.