From 4f5511d676c828a56f33e828c4e8c9cd9b01d7f0 Mon Sep 17 00:00:00 2001 From: Nils Jakobi Date: Sat, 2 Jan 2021 23:21:00 +0100 Subject: [PATCH] this should do, maybe, maybe not --- .drone.jsonnet | 2 ++ 1 file changed, 2 insertions(+) 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,