Files
testing/.drone.yml
Linus109 bd7e7988cf
All checks were successful
continuous-integration/drone Build is passing
added plattform to pipeline
2025-11-23 13:12:08 +01:00

14 lines
161 B
YAML

kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm64
steps:
- name: test
image: alpine
commands:
- echo "Hello World"