build: T6414: rename the "iso" flavor to "generic"

This commit is contained in:
Daniil Baturin 2024-05-28 17:45:45 +01:00
parent b809886538
commit 5753b4b624
3 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -101,7 +101,7 @@ pipeline {
--build-by "${params.BUILD_BY}" \ --build-by "${params.BUILD_BY}" \
--debian-mirror http://deb.debian.org/debian/ \ --debian-mirror http://deb.debian.org/debian/ \
--build-type release \ --build-type release \
--version "${VYOS_VERSION}" ${CUSTOM_PACKAGES} iso --version "${VYOS_VERSION}" ${CUSTOM_PACKAGES} generic
""" """
if (fileExists('build/live-image-amd64.hybrid.iso') == false) { if (fileExists('build/live-image-amd64.hybrid.iso') == false) {

View File

@ -5,7 +5,7 @@ build_dir := build
.PHONY: all .PHONY: all
all: all:
@echo "Make what specifically?" @echo "Make what specifically?"
@echo "The most common target is 'iso'" @echo "The most common target is 'generic'"
%: %:
./build-vyos-image $* ./build-vyos-image $*