this should do, maybe, maybe not

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

View File

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