Skip to content

Commit

Permalink
Add 1.24 to ‘all’ target (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Nov 18, 2022
1 parent 524312f commit 670b3f2
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 @@ -31,7 +31,7 @@ T_YELLOW := \e[0;33m
T_RESET := \e[0m

.PHONY: all
all: 1.20 1.21 1.22 1.23 ## Build all versions of EKS Optimized AL2 AMI
all: 1.20 1.21 1.22 1.23 1.24 ## Build all versions of EKS Optimized AL2 AMI

# ensure that these flags are equivalent to the rules in the .editorconfig
SHFMT_FLAGS := --list \
Expand Down

0 comments on commit 670b3f2

Please sign in to comment.