Filter out qemu build nodes
This commit is contained in:
parent
7912560f69
commit
d58edeeaae
1 changed files with 4 additions and 0 deletions
|
@ -2,10 +2,14 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: armqs64
|
arch: armqs64
|
||||||
|
|
||||||
|
node:
|
||||||
|
qemu: no
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-image
|
- name: build-image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|
Loading…
Reference in a new issue