-
Notifications
You must be signed in to change notification settings - Fork 434
Add linux/arm64 to release workflow #1065
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems good. It's hard to test release CI. @drager thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Yay! Looking forward for a |
Couldn't we use |
I'm using macos monterey, I try to do step by step on above, and it doesn't work. I'm really not clearly step: "You ran cargo fmt on the code base before submitting". Could anyone explain it for me? |
Build and release
aarch64-unknown-linux-musl
target. Solves first part of #1064.With this change we can easily add more targets in the future. Once GH updates
macos-latest
to using MacOS 11, we can addaarch64-apple-darwin
.You can see that the release workflow succeeds here: https://github.com/nacardin/wasm-pack/actions/runs/1291954371
rustfmt
installedcargo fmt
on the code base before submitting