trying to fix errors
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
8e17ff9fed
commit
7466c9c6f1
@ -1,10 +1,6 @@
|
|||||||
local pipeline(arch, os) = {
|
local pipeline(arch, os) = {
|
||||||
kind: "pipeline",
|
kind: "pipeline",
|
||||||
name: "build " + os + "/" + arch,
|
name: "build " + os + "/" + arch,
|
||||||
platform: {
|
|
||||||
os: os,
|
|
||||||
arch: arch,
|
|
||||||
},
|
|
||||||
steps: [{
|
steps: [{
|
||||||
image: "golang:1.15.6-alpine3.12",
|
image: "golang:1.15.6-alpine3.12",
|
||||||
environment: {
|
environment: {
|
||||||
|
Loading…
Reference in New Issue
Block a user