kind: pipeline
type: docker
name: hello-drone
platform:
os: linux
arch: arm
steps:
- name: build
image: golang
commands:
- go build