Skip to content

Commit

Permalink
Removing 1.22 from Makefile (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
camrakin authored Jul 7, 2023
1 parent b21ce6e commit 453da19
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ k8s: validate ## Build default K8s version of EKS Optimized AL2 AMI

# Build dates and versions taken from https://docs.aws.amazon.com/eks/latest/userguide/install-kubectl.html

.PHONY: 1.22
1.22: ## Build EKS Optimized AL2 AMI - K8s 1.22
$(MAKE) k8s kubernetes_version=1.22.17 kubernetes_build_date=2023-05-11 pull_cni_from_github=true

.PHONY: 1.23
1.23: ## Build EKS Optimized AL2 AMI - K8s 1.23
$(MAKE) k8s kubernetes_version=1.23.17 kubernetes_build_date=2023-05-11 pull_cni_from_github=true
Expand Down

0 comments on commit 453da19

Please sign in to comment.