Skip to content

Commit 43773ae

Browse files
authored
Update AppImageBuilder.yml.jinja
Ask ChatGPT if you want to know why he suggested this
1 parent 5b1a235 commit 43773ae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packaging/AppImage-builder/AppImageBuilder.yml.jinja

+8
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ AppDir:
4747
- usr/share/doc/*/NEWS.*
4848
- usr/share/doc/*/TODO.*
4949
- usr/lib/x86_64-linux-gnu/libssl.so*
50+
symlinks:
51+
- link: runtime/compat/lib/ld-linux-aarch64.so.1
52+
target: runtime/compat/usr/lib/ld-linux-aarch64.so.1
53+
- link: lib/ld-linux-aarch64.so.1
54+
target: usr/lib/ld-linux-aarch64.so.1
5055
runtime:
5156
env:
5257
{% if arch == "x86_64" %}
@@ -65,6 +70,9 @@ AppDir:
6570
GDK_PIXBUF_MODULE_FILE: $APPDIR/usr/lib/{{ arch }}-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
6671
path_mappings:
6772
- /usr/share:$APPDIR/usr/share
73+
{% if arch == "aarch64" %}
74+
- $APPDIR/runtime/compat/
75+
{% endif %}
6876
test:
6977
fedora-30:
7078
image: appimagecrafters/tests-env:fedora-30

0 commit comments

Comments
 (0)