Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM (and other) architecture builds for snap #10

Open
ryanjyoder opened this issue Mar 29, 2020 · 1 comment
Open

ARM (and other) architecture builds for snap #10

ryanjyoder opened this issue Mar 29, 2020 · 1 comment

Comments

@ryanjyoder
Copy link

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.

@ddo
Copy link
Owner

ddo commented Mar 31, 2020

that would be great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants