diff --git a/.drone.yml b/.drone.yml index 5aca77c..d064c2e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,9 +3,18 @@ kind: pipeline type: docker name: salt-docker-master +platform: + os: linux + arch: arm64 + steps: -- name: test - image: busybox - commands: - - echo hello - - echo world +- name: build + image: plugins/docker + settings: + repo: http://cr.wks/salt + tags: + - latest + when: + event: + - push + \ No newline at end of file