Skip to content

Commit

Permalink
fix more rock stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Dec 3, 2023
1 parent 0835e72 commit 9b49be1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ git describe --exact-match HEAD >/dev/null 2>&1
echo "Pushing the package to OpenHD dev-release repository"
ls -a
API_KEY=$(cat cloudsmith_api_key.txt)
cloudsmith push deb --api-key "$API_KEY" openhd/dev-release/debian/bullseye qopenhd_rk3588*.deb || exit 1
cloudsmith push deb --api-key "$API_KEY" openhd/dev-release/debian/bullseye qopenhd_rk3566*.deb || exit 1
cloudsmith push deb --api-key "$API_KEY" openhd/release/debian/bullseye qopenhd_rk3588*.deb || exit 1
cloudsmith push deb --api-key "$API_KEY" openhd/release/debian/bullseye qopenhd_rk3566*.deb || exit 1
cloudsmith push deb --api-key "$API_KEY" openhd/release/debian/bullseye qopenhd_rk3588a*.deb || exit 1


2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ elif [[ "${PACKAGE_ARCH}" = "arm64" ]]; then
cp systemd/rock5_h265a_decode.service /tmp/qopenhd/etc/systemd/system/h265_decode.service

fpm -a ${PACKAGE_ARCH} -s dir -t deb -n qopenhd_rk3588a -v ${VERSION} -C ${TMPDIR} \
-p qopenhd_rk3588_VERSION_ARCH.deb \
-p qopenhd_rk3588a_VERSION_ARCH.deb \
--after-install after-install.sh \
${PLATFORM_PACKAGES} || exit 1
else
Expand Down

0 comments on commit 9b49be1

Please sign in to comment.