diff --git a/.drone.jsonnet b/.drone.jsonnet index ee2c8a2..733bd4f 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -1,4 +1,6 @@ local pipeline(arch, os) = { + kind: pipeline, + type: docker, name: "build" + os + "/" + arch, steps: [{ name: "compile " + os + "/" + arch,