Fix the build scripts for arm64

This commit is contained in:
niusmallnan
2019-05-29 14:40:50 +08:00
parent 4185d5f36b
commit be93067b1f
2 changed files with 7 additions and 2 deletions

View File

@@ -7,6 +7,8 @@ if [ "$ROOTFS" != "0" ]; then
./package-rootfs
fi
./package-initrd
./package-installer
./package-iso
if [ "$ARCH" == "amd64" ]; then
./package-installer
./package-iso
fi

View File

@@ -27,3 +27,6 @@ for file in $(ls dist/artifacts/); do
;;
esac
done
cat dist/images | sed 's/^/docker push /' >> dist/publish.sh
chmod 755 dist/publish.sh