Skip to content

Commit

Permalink
image-installer: fix sata variant image name
Browse files Browse the repository at this point in the history
  • Loading branch information
schneid-l committed Aug 11, 2024
1 parent dca37b4 commit c84d962
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ INSTALLER_OUTPUT_TAG ?= $(TAG)
INSTALLER_OUTPUT_IMAGE ?= $(REGISTRY_AND_USERNAME)/$(INSTALLER_OUTPUT_NAME):$(INSTALLER_OUTPUT_TAG)

IMAGE_INSTALLER_NAME ?= $(NAME)
ifeq ($(SATA),yes)
IMAGE_INSTALLER_NAME := $(IMAGE_INSTALLER_NAME)-sata
endif
IMAGE_INSTALLER_TAG ?= $(TAG)
IMAGE_INSTALLER_IMAGE ?= $(REGISTRY_AND_USERNAME)/$(IMAGE_INSTALLER_NAME):$(IMAGE_INSTALLER_TAG)

IMAGE_FILENAME ?= $(NAME)

ifeq ($(SATA),yes)
IMAGE_FILENAME := $(IMAGE_FILENAME)-sata
endif
Expand Down

0 comments on commit c84d962

Please sign in to comment.