File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export GO111MODULE=on
39
39
#
40
40
# Kubebuilder.
41
41
#
42
- export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.24.1
42
+ export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.24.2
43
43
export KUBEBUILDER_CONTROLPLANE_START_TIMEOUT ?= 60s
44
44
export KUBEBUILDER_CONTROLPLANE_STOP_TIMEOUT ?= 60s
45
45
@@ -625,11 +625,7 @@ docker-capd-build: ## Build the docker image for capd
625
625
626
626
ARTIFACTS ?= ${ROOT_DIR}/_artifacts
627
627
628
- ifeq ($(shell go env GOOS) ,darwin) # Use the darwin/amd64 binary until an arm64 version is available
629
- KUBEBUILDER_ASSETS ?= $(shell $(SETUP_ENVTEST) use --use-env -p path --arch amd64 $(KUBEBUILDER_ENVTEST_KUBERNETES_VERSION))
630
- else
631
- KUBEBUILDER_ASSETS ?= $(shell $(SETUP_ENVTEST) use --use-env -p path $(KUBEBUILDER_ENVTEST_KUBERNETES_VERSION))
632
- endif
628
+ KUBEBUILDER_ASSETS ?= $(shell $(SETUP_ENVTEST ) use --use-env -p path $(KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ) )
633
629
634
630
.PHONY : test
635
631
test : $(SETUP_ENVTEST ) # # Run unit and integration tests
You can’t perform that action at this time.
0 commit comments