Skip to content

Commit

Permalink
try intel
Browse files Browse the repository at this point in the history
  • Loading branch information
aliakseimakarau committed Nov 9, 2023
1 parent 0c6415d commit 8216918
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 @@ -128,7 +128,7 @@ ifeq (,$(shell which kustomize 2>/dev/null))
@{ \
set -e ;\
mkdir -p $(dir $(KUSTOMIZE)) ;\
curl -sSLo - https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.2.1/kustomize_v5.2.1_$(OS)_$(ARCH).tar.gz | \
curl -sSLo - https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.2.1/kustomize_v5.2.1_$(OS)_amd64.tar.gz | \
tar xzf - -C bin/ ;\
}
else
Expand Down

0 comments on commit 8216918

Please sign in to comment.