diff --git a/archive-rpi.sh b/archive-rpi.sh index e77bd7df3..1e17ebbaf 100755 --- a/archive-rpi.sh +++ b/archive-rpi.sh @@ -2,6 +2,6 @@ rm -rf bin ./clean-nix.sh -cmake -DGENERATE_DEB=1 -DDEB_ARCHITECTURE=armhf -DDEB_DISTRO=buster -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release . +cmake -DGENERATE_DEB=1 -DDEB_ARCHITECTURE=armhf -DDEB_PLATFORM=rpi -DDEB_DISTRO=buster -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release . make -j2 cpack