Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
fix: replaced version with image_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller committed Feb 16, 2024
1 parent d4052a4 commit 15bab3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ifeq ($(web_ui),true)
lorax_args += -i anaconda-webui
endif

$(image_name)-$(version).iso: boot.iso container/$(image_name)-$(version) xorriso/input.txt
$(image_name)-$(image_tag).iso: boot.iso container/$(image_name)-$(image_tag) xorriso/input.txt
xorriso -dialog on < $(base_dir)/xorriso/input.txt

boot.iso: lorax_templates/set_installer.tmpl lorax_templates/configure_upgrades.tmpl
Expand Down

0 comments on commit 15bab3a

Please sign in to comment.