ArroyoSystems / arroyo

Distributed stream processing engine in Rust
https://arroyo.dev
Apache License 2.0
3.81k stars 220 forks source link

GitHub actions binaries #720

Closed MarcoLugo closed 2 months ago

MarcoLugo commented 3 months ago

This PR stems from a discussion about a missing macos intel binary in the releases page. It adds an automated to create that missing binary but also others which are already available but not automated at the moment.

It ran successfully (see here).

Please note that the linux arm runner still needs to be added or enabled (see the Linux matrix).