1
0
mirror of https://github.com/rancher/os.git synced 2025-04-28 03:20:50 +00:00

Fix missing VERSION for rpi64 build

This commit is contained in:
niusmallnan 2019-02-06 11:27:24 +08:00
parent cb1e6cc1d1
commit 204f8890ab

View File

@ -3,6 +3,8 @@ set -ex
cd $(dirname $0)/..
source ./scripts/version
if [ ! -f ./dist/artifacts/rootfs_arm64.tar.gz ]; then
echo "Please run make first"
exit 0