Homebrew / homebrew-portable-ruby

🚗 Versions of Ruby that can be installed and run from anywhere on the filesystem.
BSD 2-Clause "Simplified" License
129 stars 42 forks source link

ARM64 Linux #145

Closed ryansch closed 2 years ago

ryansch commented 2 years ago

Would you entertain work towards cross compiling ruby 2.6.8 for ARM64/aarch64 via docker in your github actions? I've done stuff like this at work but I want to know if there's upstream interest before I invest the time.

MikeMcQuaid commented 2 years ago

Only if/when GitHub provides workers so we don't have to self-host this.

ryansch commented 2 years ago

I'll have to do an experiment to see if my existing multiarch tooling will work on github actions.