Skip to content

Commit f2cfbb9

Browse files
fix: kustomize download fails for Apple Silicon (arm64) architecture (#3913)
Signed-off-by: Future-Outlier <[email protected]>
1 parent 50d02d9 commit f2cfbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ray-operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ controller-gen: $(CONTROLLER_GEN) ## Download controller-gen locally if necessar
163163
KUSTOMIZE = $(LOCALBIN)/kustomize
164164
$(KUSTOMIZE): $(LOCALBIN)
165165
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.
166-
test -s $(KUSTOMIZE) || GOBIN=$(LOCALBIN) go install sigs.k8s.io/kustomize/kustomize/v5@v5.3.0
166+
test -s $(KUSTOMIZE) || GOBIN=$(LOCALBIN) go install sigs.k8s.io/kustomize/kustomize/v5@v5.7.1
167167

168168
ENVTEST = $(LOCALBIN)/setup-envtest
169169
$(ENVTEST): $(LOCALBIN)

0 commit comments

Comments
 (0)