-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: build riscv64 binaries #2645
Comments
Targets are configured here (if CGO is needed): https://github.com/prometheus/node_exporter/blob/master/.promu-cgo.yml#L23 |
@ernado In case you are running Debian bookworm / sid, node_exporter is provided for riscv64 in the sid repos: https://packages.debian.org/sid/riscv64/prometheus-node-exporter/download riscv64 is an unofficial arch on Debian, which means it is not yet shipped with any official releases. However, any packages that land in sid will automatically attempt to build on riscv64, most of the time successfully. |
Should I close this issue until riscv64 will be supported by Debian or just leave it until then? |
Let's keep it open, if we can easily cross compile for these archs we should provide them |
|
Done: #2752 |
Add
linux/riscv64
target, alongside withlinux/s390x
,linux/ppc64
, ..., etc.I've failed to found where to add
linux/riscv64
in this repo, so can't issue a PR.I've checked it manually:
Works fine on StarFive VisionFive 2.
The text was updated successfully, but these errors were encountered: