Don't include architecture in filename, so that it's easier to make images.. The compressed build artifacts are already named with the architecture

This commit is contained in:
Neil Hanlon 2022-03-14 16:44:22 -04:00
parent 00d22dc167
commit c0cd699486
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
2 changed files with 9 additions and 2 deletions

View File

@ -9,7 +9,7 @@ MAJOR = $(shell v='$(RELEASE_VER)'; echo "$${v%.*}")
TEMPLATE_DIR = templates
TEMPLATE_PATH = "${TEMPLATE_DIR}/tdl-${ARCH}.xml"
OUTNAME := rocky-${RELEASE_VER}-docker-${ARCH}
OUTNAME := rocky-${RELEASE_VER}-docker
BASEIMAGE_META := base_image-$(OUTNAME).meta
TARGETIMAGE_META := target_image-$(OUTNAME).meta
@ -33,7 +33,7 @@ clean:
-rm *.meta
publish:
@echo $(OUTNAME).tar.xz
@echo $(OUTNAME)-$(ARCH).tar.xz
$(KICKSTART_DIR):
git clone --branch r$(MAJOR) --single-branch https://git.rockylinux.org/rocky/kickstarts.git kickstarts

View File

@ -1,3 +1,10 @@
# sig-cloud-instance-images
Please see the following branches for the container filesystems and Dockerfiles.
* [Rocky-8.5-aarch64](https://github.com/rocky-linux/sig-cloud-instance-images/tree/Rocky-8.5-aarch64)
* [Rocky-8.5-x86_64](https://github.com/rocky-linux/sig-cloud-instance-images/tree/Rocky-8.5-x86_64)
* [Rocky-8.4-aarch64](https://github.com/rocky-linux/sig-cloud-instance-images/tree/Rocky-8.4-aarch64)
* [Rocky-8.4-x86_64](https://github.com/rocky-linux/sig-cloud-instance-images/tree/Rocky-8.4-x86_64)
* [Rocky Linux 8.4 RC1](https://github.com/rocky-linux/sig-cloud-instance-images/tree/Rocky-8.4-rc1-Container)