Update AppImageBuilder.yml.jinja

This commit is contained in:
Frederic Meeuwissen 2025-01-17 20:34:15 +01:00 committed by GitHub
parent 907443eaba
commit 46cb53cda0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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