Skip to content

Commit

Permalink
Adapted docmentation and fixed missing armhf packages
Browse files Browse the repository at this point in the history
  • Loading branch information
narc-Ontakac2 committed Mar 29, 2024
1 parent 9d50250 commit ce20640
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/debuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ jobs:
if [[ "${{ matrix.distribution }}" != trixie ]]; then
exit
fi
if [ "${{ matrix.architecture }}" == armhf ] && [ "${{ matrix.os }}" == debian ]; then
exit
fi
assets=()
for asset in $PBRT/result/libsml*_${{ matrix.architecture }}.{deb,changes,buildinfo}; do
assets+=("-a" "$asset")
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ for armhf as part of our releases. Unfortunately Debian armhf packages do not
run on Raspberry Pi 1 although the architecture on the RPi is named armhf.
Using Raspian armhf packages fixes that.

The ones attached to the release are meant for trixie. In case of the armhf
architecture the attached package is build for Raspbian. These and packages for
bookworm and bullseye are also provided through a repository graciously provided
by [Cloudsmith](https://cloudsmith.com).
The ones attached to the release are meant for debian trixie. These and
packages for bookworm and bullseye are also provided through a repository
graciously provided by [Cloudsmith](https://cloudsmith.com).

The setup of the repository is also
[explained by Cloudsmith](https://cloudsmith.io/~volkszaehler/repos/volkszaehler-org-project/setup/#formats-deb).
Expand Down

0 comments on commit ce20640

Please sign in to comment.