Add aarch64-pc-windows-msvc and aarch64-unknown-linux-gnu target to build.yaml#201
Add aarch64-pc-windows-msvc and aarch64-unknown-linux-gnu target to build.yaml#201StackDoubleFlow merged 2 commits intoMCHPR:masterfrom
Conversation
This uses the ubuntu-24.04-arm os since using ubuntu-latest-arm doesn't seem to resolve a runner
|
So apparently it is not that there exist no aarch64 linux runners, I only thought so since for some reason using I do wonder if it would be better for the linux builds to use musl instead or in addition to gnu since this would make them portable to distributions such as alpine linux. I think this does require to vendor openssl however I think. |
|
Looks like I think it's fine to have the CI builds on Ubuntu. If someone really needs it on musl, they can either use the docker container now or build it themselves. |
This should close issue #199
Ideally I would have also included linux on arm builds here, but github doesn't really have arm runners and cross compiling openssl is more annoying than I had the patience for, so we can just add that when someone does.