amd64
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Andrey Belvedersky 2021-06-06 11:22:36 +03:00
parent 6270ceeb70
commit 7c8d8ddd13

View File

@ -1,13 +1,15 @@
--- ---
kind: pipeline kind: pipeline
type: exec type: docker
name: default name: default
platform: platform:
os: linux os: linux
arch: arm64 arch: arm64
steps: steps:
- name: greeting - name: greeting
image: alpine
commands: commands:
- echo hello world - echo hello
- echo world