mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 15:35:53 +08:00
Update AppImageBuilder.yml.jinja
This commit is contained in:
parent
a039df08e9
commit
5cd558e36c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user