paraphrasing_bot/.drone.yml
Pablo Aramburo c1a4a0d9e6
All checks were successful
continuous-integration/drone/push Build is passing
[add] Configuring arm platform for drone
2022-05-12 14:58:02 -06:00

15 lines
162 B
YAML

kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm64
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world