AppImageCrafters / appimage-builder

GNU/Linux packaging solution using the AppImage format
MIT License
298 stars 55 forks source link

Ensure dpkg configuration is correct for aarch64 #318

Closed perrito666 closed 10 months ago

perrito666 commented 10 months ago

While trying to build an appimage for ubuntu that has an apt section i discovered that ubuntu does not really like, at least in older yet supported LTS versions, the aarch64 name for this architecture. As a result, apt-get invocations fail with no candidate for this package error, since the packages available for arm64 are not considered for installation.