mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 04:36:01 +08:00
Update AppImageBuilder.yml.jinja
This commit is contained in:
parent
a039df08e9
commit
5cd558e36c
@ -11,7 +11,11 @@ AppDir:
|
||||
exec_args: $@
|
||||
apt:
|
||||
arch:
|
||||
{% 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user