mirror of
https://github.com/linuxserver/docker-audacity.git
synced 2025-06-06 17:48:43 +02:00
switch to appimage and single arch
This commit is contained in:
parent
b0c6f0d2e0
commit
85fc4c6493
9 changed files with 33 additions and 236 deletions
|
@ -11,8 +11,6 @@ project_blurb_optional_extras_enabled: false
|
|||
# supported architectures
|
||||
available_architectures:
|
||||
- { arch: "{{ arch_x86_64 }}", tag: "latest"}
|
||||
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
|
||||
- { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"}
|
||||
|
||||
# development version
|
||||
development_versions: false
|
||||
|
@ -43,4 +41,5 @@ app_setup_block: |
|
|||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "14.09.21:", desc: "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." }
|
||||
- { date: "07.04.21:", desc: "Initial release." }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue