Skip to content

Commit

Permalink
Fix the build scripts for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
niusmallnan committed May 29, 2019
1 parent 4185d5f commit be93067
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/package
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions scripts/release-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit be93067

Please sign in to comment.