Files
nomad-nummer5/.drone.yml
Udo Waechter 3260aed82c
All checks were successful
continuous-integration/drone Build is passing
drone stuff and adding platform
2023-10-22 13:01:07 +02:00

15 lines
167 B
YAML

kind: pipeline
type: docker
name: nomad-nummer5
platform:
os: linux
arch: arm64
steps:
- name: test
image: alpine
commands:
- echo hello
- echo world