Update AppImageBuilder.yml.jinja

This commit is contained in:
Frederic Meeuwissen 2025-01-17 19:48:38 +01:00 committed by GitHub
parent a039df08e9
commit 5cd558e36c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,11 @@ AppDir:
exec_args: $@ exec_args: $@
apt: apt:
arch: arch:
{% if arch == "x86_64" %}
- amd64 - amd64
{% elif arch == "aarch64" %}
- arm64
{% endif %}
allow_unauthenticated: true allow_unauthenticated: true
sources: sources:
- sourceline: deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse - sourceline: deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse