Update '.drone.yml'

This commit is contained in:
2021-08-21 01:08:24 +02:00
parent 15e32a7e63
commit 5881ff1562

View File

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