更新 '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2021-12-16 20:50:09 +08:00
parent 19d02147f1
commit ad511741c6

View File

@@ -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