mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 06:39:03 +08:00
fix: use target arch amd64 (#2027)
This commit is contained in:
parent
b87f3bdb50
commit
7b1e2c8b98
Binary file not shown.
@ -11,7 +11,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// NOTE: executable must be built with target OS and architecture set to linux/amd64
|
// NOTE: executable must be built with target OS and architecture set to linux/amd64
|
||||||
// env GOOS=linux GOARCH=arm64 go build -o histogramQuantile histogramQuantile.go
|
// env GOOS=linux GOARCH=amd64 go build -o histogramQuantile histogramQuantile.go
|
||||||
|
|
||||||
// The following code is adapted from the following source:
|
// The following code is adapted from the following source:
|
||||||
// https://github.com/prometheus/prometheus/blob/main/promql/quantile.go
|
// https://github.com/prometheus/prometheus/blob/main/promql/quantile.go
|
||||||
|
Loading…
x
Reference in New Issue
Block a user