Skip to content

Commit

Permalink
Update build_chroot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Feb 8, 2024
1 parent 2970a11 commit 32398bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd ../../../
ls -a
exit 1
VERSION="1.1-$(date +'%m/%d/%Y')"
fpm -a arm64 -s dir -t deb -n mpp-rk3566 -v "$VERSION" -C /opt/additionalFiles/build/linux/aarch64/mpp-package/ -p mpp-rk3566_VERSION_ARCH.debecho "copied deb file"
fpm -a arm64 -s dir -t deb -n mpp-rk3566 -v "$VERSION" -C mpp-package -p mpp-rk3566_VERSION_ARCH.deb
echo "push to cloudsmith"
git describe --exact-match HEAD >/dev/null 2>&1
echo "Pushing the package to OpenHD 2.3 repository"
Expand Down

0 comments on commit 32398bb

Please sign in to comment.