We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c81831 commit 8775754Copy full SHA for 8775754
Makefile
@@ -104,7 +104,7 @@ build: generate ## build kube-oidc-proxy
104
105
docker_build: generate test build ## build docker image
106
GOARCH=$(ARCH) GOOS=linux CGO_ENABLED=0 go build -ldflags '-w $(shell hack/version-ldflags.sh)' -o ./bin/kube-oidc-proxy ./cmd/.
107
- docker buildx build linux/$(ARCH) -t kube-oidc-proxy .
+ docker build -t kube-oidc-proxy .
108
109
all: test build ## runs tests, build
110
0 commit comments