diff --git a/images/Makefile b/images/Makefile index 5f2d80f..18e9cb2 100644 --- a/images/Makefile +++ b/images/Makefile @@ -43,8 +43,8 @@ space := $(subst ,, ) comma := , AlmaLinux-$(ALMA_VERSION_MAJOR)-GenericCloud-$(ALMA_VERSION)-$(ALMA_BUILD).%.qcow2: - wget https://repo.almalinux.org/almalinux/$(ALMA_BUILD)/cloud/$*/images/$@ -O $@ - wget https://repo.almalinux.org/almalinux/$(ALMA_BUILD)/cloud/$*/images/CHECKSUM -O bos-checksums.sha256 + wget https://repo.almalinux.org/almalinux/$(ALMA_VERSION)/cloud/$*/images/$@ -O $@ + wget https://repo.almalinux.org/almalinux/$(ALMA_VERSION)/cloud/$*/images/CHECKSUM -O bos-checksums.sha256 sha256sum -c bos-checksums.sha256 --ignore-missing AAVMF_CODE_PATH := $(firstword $(wildcard /usr/share/AAVMF/AAVMF_CODE*.fd))