Skip to content

Commit

Permalink
CLOUDP-220809: Fix v1.7.3 rebuilds (#1309)
Browse files Browse the repository at this point in the history
  • Loading branch information
josvazg authored Jan 5, 2024
1 parent 433fc4c commit c6f8c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ e2e-openshift-upgrade:
.PHONY: manager
manager: generate fmt vet ## Build manager binary
@echo "Building operator with version $(VERSION)"
GOOS=$(TARGET_OS) GOARCH=$(TARGET_ARCH) go build -o bin/manager -ldflags="-X github.com/mongodb/mongodb-atlas-kubernetes/pkg/version.Version=$(VERSION)" cmd/manager/main.go
CGO_ENABLED=0 GOOS=$(TARGET_OS) GOARCH=$(TARGET_ARCH) go build -o bin/manager -ldflags="-X github.com/mongodb/mongodb-atlas-kubernetes/pkg/version.Version=$(VERSION)" cmd/manager/main.go

.PHONY: run
run: generate fmt vet manifests ## Run against the configured Kubernetes cluster in ~/.kube/config
Expand Down

0 comments on commit c6f8c94

Please sign in to comment.