suggestions implemented

Signed-off-by: Kartikay <kartikay_2101ce32@iitp.ac.in>
This commit is contained in:
Kartikay 2024-02-29 00:13:38 +05:30
parent 0e80d499e5
commit b7260ebea0
2 changed files with 4 additions and 1 deletions

View file

@ -156,7 +156,7 @@ update-all-go-deps:
.PHONY: docker-curr-arch
docker-curr-arch:
@echo ">> Building promu and crossbuilding"
$(MAKE) promu
$(MAKE) $(PROMU)
$(MAKE) npm_licenses
@echo ">> Running promu crossbuild"
promu crossbuild -p $(shell go env GOHOSTOS)/$(shell go env GOHOSTARCH)

View file

@ -139,6 +139,9 @@ make npm_licenses
make common-docker-amd64
```
Or to build an image for your machine specific architecture,
you can run `make docker-curr-arch`
## Using Prometheus as a Go Library
### Remote Write