Skip to content

Commit

Permalink
adding 1.21 to the Makefile (#708)
Browse files Browse the repository at this point in the history
Co-authored-by: Sinha <ravsinha@amazon.com>
  • Loading branch information
ravisinha0506 and ravisinha0506 authored Jul 21, 2021
1 parent 2bea6dd commit 5bbb882
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ T_YELLOW := \e[0;33m
T_RESET := \e[0m

.PHONY: all
all: 1.15 1.16 1.17 1.18 1.19 1.20
all: 1.15 1.16 1.17 1.18 1.19 1.20 1.21

.PHONY: validate
validate:
Expand Down Expand Up @@ -65,4 +65,8 @@ k8s: validate

.PHONY: 1.20
1.20:
$(MAKE) k8s kubernetes_version=1.20.4 kubernetes_build_date=2021-04-12 pull_cni_from_github=true
$(MAKE) k8s kubernetes_version=1.20.4 kubernetes_build_date=2021-04-12 pull_cni_from_github=true

.PHONY: 1.21
1.21:
$(MAKE) k8s kubernetes_version=1.21.2 kubernetes_build_date=2021-07-05 pull_cni_from_github=true

0 comments on commit 5bbb882

Please sign in to comment.