AppImageKit icon indicating copy to clipboard operation
AppImageKit copied to clipboard

Misleading architecture string for arm on appimagetool

Open azubieta opened this issue 5 years ago • 1 comments

appimagetool expects arm_aarch64 as architecture string for aarch64 and arm for armhf. Is there an special reason for this name changes? From my point of view it's extremely misleading considering that the binaries are published using aarch64 and armhf.

https://github.com/AppImage/AppImageKit/blob/master/src/appimagetool.c#L362

azubieta avatar Feb 10 '21 17:02 azubieta

Hi @azubieta I think it is an unintentional bug.

probonopd avatar Feb 10 '21 18:02 probonopd