grafana/grafana-build

Replace `zig` in the cross-compile process with GCC cross-compiler toolchains

kminehart opened this issue ยท 1 comments

Basically we want to use these instead: http://musl.cc/#binaries

Upgrading to zig 0.12 doesn't work when compiling Grafana to arm64 and it's best if we're not locked into a version that isn't likely to be updated.

If we can accomplish grafana/grafana#87327 then we won't need to do this as we'll be able to stop building with CGO ๐Ÿ˜‰