taiki-e / upload-rust-binary-action

GitHub Action for building and uploading Rust binary to GitHub Releases.
Apache License 2.0
227 stars 19 forks source link

Use multi-target builds for universal-apple-darwin on Rust 1.64+ #46

Closed taiki-e closed 1 year ago

taiki-e commented 1 year ago

Use multi-target builds for universal-apple-darwin (universal macOS binary) on Rust 1.64+. This makes universal-apple-darwin builds up to about 2x faster.

cc #39