From 6787460cfc4b68bc96e4091f0a711dbc32e98ec9 Mon Sep 17 00:00:00 2001 From: Frieder Schrempf Date: Tue, 6 Sep 2022 14:58:42 +0200 Subject: [PATCH] .gitlab.ci.yml: Use default images as build targets With SWUpdate support added to the default images, we don't need to build separate image recipes to generate *.swu images. Let's revert to the default image-ktn* images. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c064b08..e2710c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,9 @@ include: .build-matrix: &build-matrix - MACHINE: kontron-mx8mm - BUILD_TARGETS: swupdate-img-qt $BUILD_TARGETS_EXTRA + BUILD_TARGETS: image-ktn-qt $BUILD_TARGETS_EXTRA - MACHINE: kontron-mx6ul - BUILD_TARGETS: swupdate-img $BUILD_TARGETS_EXTRA + BUILD_TARGETS: image-ktn $BUILD_TARGETS_EXTRA build: extends: .build-machine -- GitLab