1
0
mirror of https://github.com/rancher/os.git synced 2025-09-12 21:23:13 +00:00

Merge pull request #1076 from joshwget/remove-raspberry-pi-version

Remove version from Raspberry Pi artifacts
This commit is contained in:
Darren Shepherd
2016-06-30 22:01:21 -07:00
committed by GitHub
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