Skip to content

Commit 8775754

Browse files
committed
fix local build
1 parent 1c81831 commit 8775754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ build: generate ## build kube-oidc-proxy
104104

105105
docker_build: generate test build ## build docker image
106106
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 .
107+
docker build -t kube-oidc-proxy .
108108

109109
all: test build ## runs tests, build
110110

0 commit comments

Comments
 (0)