this should do, maybe, maybe not, or maybe maybe

This commit is contained in:
Nils Stinnesbeck 2021-01-02 23:21:19 +01:00
parent 4f5511d676
commit 0d1a8b6c93

View File

@ -1,6 +1,5 @@
local pipeline(arch, os) = { local pipeline(arch, os) = {
kind: pipeline, kind: pipeline,
type: docker,
name: "build" + os + "/" + arch, name: "build" + os + "/" + arch,
steps: [{ steps: [{
name: "compile " + os + "/" + arch, name: "compile " + os + "/" + arch,