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:
parent
cb1e6cc1d1
commit
204f8890ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user