From 825259dce0ad86804dff5475f180d8e5ab73dcb0 Mon Sep 17 00:00:00 2001 From: Jo Date: Fri, 29 Mar 2024 23:06:23 +0100 Subject: [PATCH] Adapted docmentation and fixed missing armhf packages --- .github/workflows/debuild.yml | 3 --- README.md | 7 +++---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/debuild.yml b/.github/workflows/debuild.yml index 39576f6..6e40866 100644 --- a/.github/workflows/debuild.yml +++ b/.github/workflows/debuild.yml @@ -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") diff --git a/README.md b/README.md index eb22d57..416d542 100644 --- a/README.md +++ b/README.md @@ -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).