From b8a7d3ed621a1c99b2051acee8f905d4ce3fc516 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Mon, 14 Sep 2020 21:54:30 -1000 Subject: [PATCH] rootfs: add x86/generic as target This allows testing of i386_pentium4 in CIs. Signed-off-by: Paul Spooren --- .gitlab/ci/targets_rootfs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab/ci/targets_rootfs.yml b/.gitlab/ci/targets_rootfs.yml index 511826d..7c9bc29 100644 --- a/.gitlab/ci/targets_rootfs.yml +++ b/.gitlab/ci/targets_rootfs.yml @@ -3,6 +3,11 @@ deploy-rootfs_x86-64: variables: ARCH: x86_64 +deploy-rootfs_x86-generic: + extends: .deploy-rootfs + variables: + ARCH: i386_pentium4 + deploy-rootfs_armvirt-32: extends: .deploy-rootfs variables: