mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
[build] cause all to trigger build
This commit causes the `all` Makefile rule to trigger `build` instead of `docker-build`. This allows people with convoluted setups that involve `go build`-ing and `docker build`-ing on different machines (like @directxman12) to not complain as much.
This commit is contained in:
parent
a723582f58
commit
91bc1dcd71
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -24,7 +24,7 @@ ifeq ($(ARCH),s390x)
|
|||
BASEIMAGE?=s390x/busybox
|
||||
endif
|
||||
|
||||
all: docker-build
|
||||
all: build
|
||||
build: vendor
|
||||
CGO_ENABLED=0 GOARCH=$(ARCH) go build -a -tags netgo -o $(OUT_DIR)/$(ARCH)/adapter github.com/directxman12/k8s-prometheus-adapter/cmd/adapter
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue