From 1947193309b41e36ff1d914ef3d6fee042ff199f Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 14 Sep 2021 22:00:02 +0200 Subject: [PATCH] Bot Updating Documentation --- images/docker-audacity.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/images/docker-audacity.md b/images/docker-audacity.md index 4ad2ce200..6be2ffbc8 100755 --- a/images/docker-audacity.md +++ b/images/docker-audacity.md @@ -19,7 +19,7 @@ title: audacity ## Supported Architectures -Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/). +We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/). Simply pulling `ghcr.io/linuxserver/audacity` should retrieve the correct image for your arch, but you can also pull specific arch images via tags. @@ -28,8 +28,6 @@ The architectures supported by this image are: | Architecture | Tag | | :----: | --- | | x86-64 | latest | -| arm64 | arm64v8-latest | -| armhf | arm32v7-latest | ## Application Setup @@ -152,4 +150,5 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **14.09.21:** - Use the official appimage, switch to single arch (x86_64). Armhf and aarch64 users can remain on version 3.0.2 but there won't be further updates. * **07.04.21:** - Initial release.