You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
382 B
7 lines
382 B
2 years ago
|
PACKER_ALPINE_ARCH ?= x86_64
|
||
|
PACKER_ALPINE_RELEASE ?= 3.12.0
|
||
|
PACKER_BUILD_VARS += alpine_arch alpine_release alpine_version
|
||
|
alpine_arch ?= $(PACKER_ALPINE_ARCH)
|
||
|
alpine_release ?= $(PACKER_ALPINE_RELEASE)
|
||
|
alpine_version ?= $(subst $(eval) ,.,$(wordlist 1, 2, $(subst ., ,$(alpine_release))))
|