mirror of https://github.com/openwrt/docker.git
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
parent
e11d7fe91e
commit
b8a7d3ed62
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue