1 changed files with
3 additions and
4 deletions
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
kind: pipeline
|
|
|
|
|
type: docker
|
|
|
|
|
type: exec
|
|
|
|
|
name: hello-drone
|
|
|
|
|
|
|
|
|
|
platform:
|
|
|
|
@ -7,8 +7,7 @@ platform:
|
|
|
|
|
arch: arm
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: build
|
|
|
|
|
image: golang
|
|
|
|
|
- name: echo hello world
|
|
|
|
|
commands:
|
|
|
|
|
- go build
|
|
|
|
|
- echo hello world
|
|
|
|
|
|
|
|
|
|