From 0d1a8b6c9332dd817f6974061b3a541739636f6d Mon Sep 17 00:00:00 2001 From: Nils Jakobi Date: Sat, 2 Jan 2021 23:21:19 +0100 Subject: [PATCH] this should do, maybe, maybe not, or maybe maybe --- .drone.jsonnet | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 733bd4f..af02eb0 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -1,6 +1,5 @@ local pipeline(arch, os) = { kind: pipeline, - type: docker, name: "build" + os + "/" + arch, steps: [{ name: "compile " + os + "/" + arch,