AppImage / appimagetool

A low-level tool to generate an AppImage from an existing AppDir
75 stars 13 forks source link

Also allow ARCH=aarch64 #54

Closed probonopd closed 1 month ago

probonopd commented 4 months ago

Should solve https://github.com/AppImage/AppImageKit/issues/1163

Currently ARCH=aarch64 fails but ARCH=arm_aarch64 works.

The first "a" in "aarch64" already stands for "ARM", so there should be no non-ARM aarch64.

So we shoud make ARCH=aarch64 work as expected. Leaving ARCH=arm_aarch64 so as to not break legacy code that relies on it.