From 01f6207518600693e1f260feee8c7da3d1052ce4 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Fri, 11 Dec 2020 18:52:56 -1000 Subject: [PATCH] rootfs: add x86/geode This was requested for CI testing the i386_pentium-mmx architecture. 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 7c9bc29..cb3bad0 100644 --- a/.gitlab/ci/targets_rootfs.yml +++ b/.gitlab/ci/targets_rootfs.yml @@ -8,6 +8,11 @@ deploy-rootfs_x86-generic: variables: ARCH: i386_pentium4 +deploy-rootfs_x86-geode: + extends: .deploy-rootfs + variables: + ARCH: i386_pentium-mmx + deploy-rootfs_armvirt-32: extends: .deploy-rootfs variables: