We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2803015 commit a6457afCopy full SHA for a6457af
Makefile
@@ -92,7 +92,7 @@ validate: ## Validate packer config
92
.PHONY: k8s
93
k8s: validate ## Build default K8s version of EKS Optimized AMI
94
@echo "Building AMI [os_distro=$(os_distro) kubernetes_version=$(kubernetes_version) arch=$(arch)]"
95
- $(PACKER_BINARY) build -timestamp-ui -color=false $(PACKER_ARGS) $(PACKER_TEMPLATE_FILE)
+ $(PACKER_BINARY) build -timestamp-ui -color=false $(PACKER_ARGS)$(if $(PACKER_DEBUG),-debug) $(PACKER_TEMPLATE_FILE)
96
97
# DEPRECATION NOTICE: `make` targets for each Kubernetes minor version will not be added after 1.28
98
# Use the `k8s` variable to specify a minor version instead
0 commit comments