Updated archive-rpi.sh script

This commit is contained in:
casey langen 2020-02-15 07:19:43 +00:00
parent b962af4954
commit e02845f2be

View File

@ -2,6 +2,6 @@
rm -rf bin
./clean-nix.sh
cmake -DGENERATE_DEB=1 -DDEB_ARCHITECTURE=armhf -DDEB_DISTRO=stretch -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
cmake -DGENERATE_DEB=1 -DDEB_ARCHITECTURE=armhf -DDEB_DISTRO=buster -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
make -j2
cpack