mirror of
https://github.com/linuxserver/docker-sonarr.git
synced 2026-02-19 22:09:04 +08:00
Merge pull request #224 from linuxserver/armhf-warning
This commit is contained in:
commit
a406c272ea
@ -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 && \
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user