Update '.drone.yml'
This commit is contained in:
16
.drone.yml
16
.drone.yml
@@ -2,6 +2,22 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
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:
|
steps:
|
||||||
- name: firststep
|
- name: firststep
|
||||||
|
|||||||
Reference in New Issue
Block a user