mirror of https://github.com/openwrt/docker.git
rootfs: add x86/geode
This was requested for CI testing the i386_pentium-mmx architecture. Signed-off-by: Paul Spooren <mail@aparcar.org>pull/71/head
parent
d3408028f6
commit
01f6207518
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue