1 changed files with
2 additions and
2 deletions
|
|
@ -1,10 +1,10 @@
|
|
|
|
kind: pipeline
|
|
|
|
kind: pipeline
|
|
|
|
type: exec
|
|
|
|
type: docker
|
|
|
|
name: hello-drone
|
|
|
|
name: hello-drone
|
|
|
|
|
|
|
|
|
|
|
|
platform:
|
|
|
|
platform:
|
|
|
|
os: linux
|
|
|
|
os: linux
|
|
|
|
arch: arm
|
|
|
|
arch: arm64
|
|
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: echo hello world
|
|
|
|
- name: echo hello world
|
|
|
|