this should do, maybe, maybe not
This commit is contained in:
parent
d7458d902e
commit
4f5511d676
@ -1,4 +1,6 @@
|
||||
local pipeline(arch, os) = {
|
||||
kind: pipeline,
|
||||
type: docker,
|
||||
name: "build" + os + "/" + arch,
|
||||
steps: [{
|
||||
name: "compile " + os + "/" + arch,
|
||||
|
Loading…
Reference in New Issue
Block a user