fast icon indicating copy to clipboard operation
fast copied to clipboard

ARM (and other) architecture builds for snap

Open ryanjyoder opened this issue 4 years ago • 1 comments

Currently the snap of fast is only built for amd64. This package could be built and released automatically with https://build.snapcraft.io/. This would have benefit of producing builds for s390x, ppc64el, arm64, armhf, amd64, and i386 automatically on every commit to master. I was able to test this and it built successfully for all architectures.

This snap is very useful in a headless environment which is more common on non-amd64 architectures (I want to run this on my raspberry pi :D).

For this to work, the snap directory would have to be moved to the root of repo so it could be found and the source in the snapcraft.yaml would have to be changed to . instead of ../../. I could create a pr for these changes if you would like.

ryanjyoder avatar Mar 29 '20 19:03 ryanjyoder

that would be great

ddo avatar Mar 31 '20 05:03 ddo