We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/go/src/github.com/grafana/carbon-relay-ng ((v1.4.3))$ make build-linux LINUX_PACKAGE_GOARCH=arm cd ui/web && go-bindata -pkg web admin_http_assets/... find . -name '*.go' | grep -v '^./vendor' | xargs gofmt -w -s GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -ldflags "-X main.Version=1.4.3" -o carbon-relay-ng-linux-arm ./cmd/carbon-relay-ng
../../../../pkg/mod/github.com/grafana/[email protected]/util/flag_parsers.go:32:25: constant 4294967295 overflows int Makefile:34: recipe for target 'carbon-relay-ng-linux-arm' failed make: *** [carbon-relay-ng-linux-arm] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/go/src/github.com/grafana/carbon-relay-ng ((v1.4.3))$ make build-linux LINUX_PACKAGE_GOARCH=arm
cd ui/web && go-bindata -pkg web admin_http_assets/...
find . -name '*.go' | grep -v '^./vendor' | xargs gofmt -w -s
GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -ldflags "-X main.Version=1.4.3" -o carbon-relay-ng-linux-arm ./cmd/carbon-relay-ng
github.com/grafana/metrictank/util
../../../../pkg/mod/github.com/grafana/[email protected]/util/flag_parsers.go:32:25: constant 4294967295 overflows int
Makefile:34: recipe for target 'carbon-relay-ng-linux-arm' failed
make: *** [carbon-relay-ng-linux-arm] Error 2
The text was updated successfully, but these errors were encountered: