Blessings of the Omnissiah be upon me!
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Techpriest-01 2023-04-25 19:20:50 +01:00
parent 997b18cadd
commit af3cf35a12

View File

@ -1,6 +1,9 @@
kind: pipeline
type: docker
name: hello-world
platform:
os: linux
arch: arm
trigger:
branch:
@ -10,6 +13,7 @@ trigger:
steps:
- name: say-hello
image: arm64v8/busybox
image: alpine
commands:
- echo hello-world
- echo hello
- echo world