Update '.drone.yml'
This commit is contained in:
16
.drone.yml
16
.drone.yml
@@ -2,6 +2,22 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
platform:
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: firststep
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hello world
|
||||
- cat README.md
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
platform:
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: firststep
|
||||
|
||||
Reference in New Issue
Block a user