Merge pull request #224 from linuxserver/armhf-warning

This commit is contained in:
Adam 2022-08-02 20:21:20 +01:00 committed by GitHub
commit a406c272ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,7 @@ RUN \
tar xf \
/tmp/sonarr.tar.gz -C \
/app/sonarr/bin --strip-components=1 && \
echo "UpdateMethod=docker\nBranch=${SONARR_BRANCH}\nPackageVersion=${VERSION}\nPackageAuthor=[linuxserver.io](https://linuxserver.io)" > /app/sonarr/package_info && \
echo "UpdateMethod=docker\nBranch=${SONARR_BRANCH}\nPackageVersion=${VERSION}\nPackageAuthor=[linuxserver.io](https://linuxserver.io)\nPackageGlobalMessage=Warn: Due to issues with Mono support this will be the last supported build for 32-bit arm (armhf) platforms. See https://info.linuxserver.io for more info." > /app/sonarr/package_info && \
rm -rf /app/sonarr/bin/Sonarr.Update && \
echo "**** cleanup ****" && \
apt-get clean && \

View File

@ -244,6 +244,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **02.08.22:** - Add armhf deprecation warning.
* **28.04.22:** - Rebase master branch to mono 6.12 base (focal).
* **20.02.22:** - Rebase develop branch to Alpine, deprecate develop-alpine branch.
* **28.12.21:** - Add develop-alpine branch.

View File

@ -56,6 +56,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "02.08.22:", desc: "Add armhf deprecation warning." }
- { date: "28.04.22:", desc: "Rebase master branch to mono 6.12 base (focal)." }
- { date: "20.02.22:", desc: "Rebase develop branch to Alpine, deprecate develop-alpine branch." }
- { date: "28.12.21:", desc: "Add develop-alpine branch." }