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

Remove version from Raspberry Pi artifacts

This commit is contained in:
Josh Curl 2016-06-30 17:23:12 -07:00
parent 6b47d33df2
commit 9b7b6ebe4a
No known key found for this signature in database
GPG Key ID: 82B504B9BCCFA677
5 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ umount build/root/boot
umount build/root
# package, compress and export image file
mv build/run.img build/rancheros-rpi2.img
zip dist/rancheros-rpi2.zip build/rancheros-rpi2.img
mv build/run.img build/rancheros-raspberry-pi.img
zip dist/rancheros-raspberry-pi.zip build/rancheros-raspberry-pi.img
ls -alh dist
# cleanup build environment