switch to appimage and single arch

This commit is contained in:
aptalca 2021-07-26 13:22:59 -04:00
parent b0c6f0d2e0
commit 85fc4c6493
9 changed files with 33 additions and 236 deletions

View file

@ -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." }