diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml new file mode 100644 index 0000000..c5167f2 --- /dev/null +++ b/.trustie-pipeline.yml @@ -0,0 +1,12 @@ +kind: pipeline +name: default + +platform: +os: linux +arch: arm64 + +steps: +- name: test + image: ruby + commands: + - ruby -v \ No newline at end of file