From 5753b4b6247271ab92c6be26b812bd15d7a4a9a8 Mon Sep 17 00:00:00 2001
From: Daniil Baturin <daniil@baturin.org>
Date: Tue, 28 May 2024 17:45:45 +0100
Subject: build: T6414: rename the "iso" flavor to "generic"

---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Jenkinsfile')

diff --git a/Jenkinsfile b/Jenkinsfile
index 85399230..87e02ccc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -101,7 +101,7 @@ pipeline {
                             --build-by "${params.BUILD_BY}" \
                             --debian-mirror http://deb.debian.org/debian/ \
                             --build-type release \
-                            --version "${VYOS_VERSION}" ${CUSTOM_PACKAGES} iso
+                            --version "${VYOS_VERSION}" ${CUSTOM_PACKAGES} generic
                     """
 
                     if (fileExists('build/live-image-amd64.hybrid.iso') == false) {
-- 
cgit v1.2.3