-
Notifications
You must be signed in to change notification settings - Fork 68
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
Change build release process #56
Change build release process #56
Conversation
I think we should pre-build Arm binaries as well. |
It does for Mac, but not for windows or Linux. I’ll give it a try! |
f09a4ab
to
4d8eaa4
Compare
OK, I was able to cross compile arm64 on the ubuntu build process. Note, unlike python wheels, if the user platform is not covered, it will still just build on install (assuming that install scripts are allowed -- bun does not allow that, and others tend to not allow that these days either, but it is still the default for npm). |
Clean up and make a cross build for arm on linux
cdefd72
to
eb579df
Compare
* make the publish public * Too many folders deep * fix env is forcing gcc on mac
I have gone through building and publishing (using my own name Anyhow, I consider this complete. :) |
Looks scary, @sroussey, but let's try this 🤗 |
🎉 This PR is included in version 3.6.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
I haven't tested the final npm release, so we should coordinate in case something goes back when you run this.
Also, later, we can take out the running on
test-**
branches (though those don't npm publish) (see sroussey#1).