Netflix-Skunkworks / spectatord

A high performance metrics daemon
Apache License 2.0
24 stars 5 forks source link

update build for aarch64 architecture #58

Closed coryb closed 2 years ago

coryb commented 2 years ago

Yeah, as far as I know there are no supported aarch64 runners available: https://github.community/t/ask-about-github-hosted-runners-arm64-platform-support/167483

It seems like the "solution" is to use qemu emulation, which did not work when I tried it. bazel had issues when running under emulation, if you use bleeding edge you can get bazel to install, but then the jvm panic'd when bazel ran. Not sure it's worth trying to get working via github actions for now until they support the architecture fully.

copperlight commented 2 years ago

Agree with your point regarding better support for the arch under GitHub Actions.