-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add automatic builds #44
Conversation
Make and add Windows and Mac Intel binaries when releasing
I had to temporarily give up Linux and macOS ARM builds, but this will be fixed fairly soon I hope. |
Hello @larsnaesbye, |
I am not so worried about prebuilt Linux binaries. Linux folks know how to build. |
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
@gwbres did you manage to get Linux build to work? I can't make it work with the same settings in my own repo - I get an error saying it's not supported and I should use linux-musl instead. |
Hello @larsnaesbye, PS: V8.0.0 is stuck until the |
https://github.com/larsnaesbye/Tempus_port/actions/runs/3465171101 - I tried using the same architectures as you indicated in the edited merge. For now it seems like two of the architectures are not supported. When using |
This is the guide I was using: https://github.com/rust-build/rust-build.action#build-windows-linux-and-mac-with-native-zip-types |
Make and add Windows and Mac Intel binaries when releasing
Fixes #43