-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix publishing of static binaries #24
Conversation
fqgrep-x86_64-apple-darwin runs with no errors on MacBook Air (M1, Ventura 13.0.1) |
fqgrep-x86_64-apple-darwin runs without errors on a MacBook Air (M2, Ventura 13.2.1) Using docker on the same computer, I can also run fqgrep-x86_64-unknown-linux-musl with no issues (docker images based on alpine and ubuntu both work). When I try to run fqgrep-arm-unknown-linux-gnueabihf in an ubuntu container I get this error: "qemu-arm: Could not open '/lib/ld-linux-armhf.so.3': No such file or directory" |
@bnovak32 I think the arm release you need to use the |
I think it would be great to have an arm64 version because that's what you get when running docker on an m1/m2 Mac. I try to always build amd64/arm64 multi-platform docker images to easily transfer workflows across different systems. I can just install from source, though, so it's not a big deal. |
@bnovak32 if you want to test out a |
Fixes: #21
See the successful publish github action: https://github.com/fulcrumgenomics/tmp-fqgrep-githubactions/actions/runs/4239758449.
See the binaries automatically generated by the publish github action: https://github.com/fulcrumgenomics/tmp-fqgrep-githubactions/releases/tag/v16