This commit is contained in:
Nils Stinnesbeck 2021-01-02 23:10:13 +01:00
parent 4eaeae788f
commit 17d1ee9086

View File

@ -1,6 +1,6 @@
local pipeline(arch, os) = {
kind: "pipeline",
name: "build " + os + arch,
name: "build",
steps: [{
image: "golang:1.15.6-alpine3.12",
environment: {