mirror of
https://github.com/rancher/os.git
synced 2025-08-01 23:17: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)/..
|
cd $(dirname $0)/..
|
||||||
|
|
||||||
|
source ./scripts/version
|
||||||
|
|
||||||
if [ ! -f ./dist/artifacts/rootfs_arm64.tar.gz ]; then
|
if [ ! -f ./dist/artifacts/rootfs_arm64.tar.gz ]; then
|
||||||
echo "Please run make first"
|
echo "Please run make first"
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user