You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thesource
in the snapcraft.yaml would have to be changed to.
instead of../../
. I could create a pr for these changes if you would like.The text was updated successfully, but these errors were encountered: