1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 22:32:14 +00:00

build changes needed to allow rpi release to build

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-02-01 05:24:01 +00:00
parent ff448b0b96
commit 4e29df1b8a
5 changed files with 12 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ ARTIFACTS=$(pwd)/dist/artifacts
mkdir -p ${ARTIFACTS}
if [ ! -f ${ARTIFACTS}/vmlinuz-${KERNEL_VERSION} ]; then
echo "skipping package-initrd due to ARM build? (no kernel artifact)"
exit 0
fi