diff --git a/vira.hs b/vira.hs new file mode 100644 index 0000000..2a6d309 --- /dev/null +++ b/vira.hs @@ -0,0 +1,10 @@ +-- Pipeline configuration for Vira + +\ctx pipeline -> + pipeline + { build.systems = + [ "x86_64-linux" + , "aarch64-darwin" + ] + , signoff.enable = True + }