snapcrafters / gimp

Unofficial GNU Image Manipulation Program (GIMP) installer for Linux
https://snapcraft.io/gimp
MIT License
53 stars 27 forks source link

Fix references to arch triplet #201

Closed lucyllewy closed 2 years ago

lucyllewy commented 2 years ago

ARM64 builds are broken because I accidentally hardcoded some x86_64-linux-gnu references instead of $CRAFT_ARCH_TRIPLET

Signed-off-by: Dani Llewellyn diddledani@ubuntu.com