rootfs: add x86/generic as target

This allows testing of i386_pentium4 in CIs.

Signed-off-by: Paul Spooren <mail@aparcar.org>
pull/67/head
Paul Spooren 2020-09-14 21:54:30 -10:00
parent e11d7fe91e
commit b8a7d3ed62
1 changed files with 5 additions and 0 deletions

View File

@ -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: