diff --git a/.drone.yml b/.drone.yml index f4ea563..2c169fb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,12 +1,13 @@ --- kind: pipeline -type: docker +type: exec name: default +platform: + os: linux + arch: arm64 steps: - name: greeting - image: alpine commands: - - echo hello - - echo world \ No newline at end of file + - echo hello world \ No newline at end of file