mirror of
https://github.com/rocky-linux/sig-cloud-instance-images.git
synced 2025-01-11 18:26:57 +00:00
update for 8.6
This commit is contained in:
parent
d9464b166e
commit
c35f7c8b03
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ KICKSTART_DIR = kickstarts
|
|||
KICKSTART_PATH = "${KICKSTART_DIR}/Rocky-8-Container.ks"
|
||||
LOG_DIR = logs
|
||||
OUT = out
|
||||
RELEASE_VER = 8.5
|
||||
RELEASE_VER = 8.6
|
||||
MAJOR = $(shell v='$(RELEASE_VER)'; echo "$${v%.*}")
|
||||
TEMPLATE_DIR = templates
|
||||
TEMPLATE_PATH = "${TEMPLATE_DIR}/tdl-${ARCH}.xml"
|
||||
|
|
Loading…
Reference in a new issue