trying to fix errors
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Nils Stinnesbeck 2021-01-02 23:07:23 +01:00
parent 8e17ff9fed
commit 7466c9c6f1

View File

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