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: $@ exec_args: $@
apt: apt:
arch: arch:
{% if arch == "x86_64" %} {% if arch == "x86_64" %}
- amd64 - amd64
{% elif arch == "aarch64" %} {% elif arch == "aarch64" %}
- arm64 - arm64
{% endif %} {% 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