Compare commits
1 Commits
acb8e384e7
...
42250ac451
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42250ac451 |
18
.drone.star
18
.drone.star
@@ -9,9 +9,12 @@ def main(ctx):
|
|||||||
|
|
||||||
def stepPR(arch):
|
def stepPR(arch):
|
||||||
return {
|
return {
|
||||||
"kind": "pipeline",
|
"kind":
|
||||||
"type": "docker",
|
"pipeline",
|
||||||
"name": "docker-build-%s" % (arch),
|
"type":
|
||||||
|
"docker",
|
||||||
|
"name":
|
||||||
|
"docker-%s" % (arch),
|
||||||
"platform": {
|
"platform": {
|
||||||
"os": "linux",
|
"os": "linux",
|
||||||
"arch": arch,
|
"arch": arch,
|
||||||
@@ -43,9 +46,12 @@ def stepPR(arch):
|
|||||||
|
|
||||||
def stepMergeMaster(arch):
|
def stepMergeMaster(arch):
|
||||||
return {
|
return {
|
||||||
"kind": "pipeline",
|
"kind":
|
||||||
"type": "docker",
|
"pipeline",
|
||||||
"name": "docker-publish-%s" % (arch),
|
"type":
|
||||||
|
"docker",
|
||||||
|
"name":
|
||||||
|
"docker-%s" % (arch),
|
||||||
"platform": {
|
"platform": {
|
||||||
"os": "linux",
|
"os": "linux",
|
||||||
"arch": arch,
|
"arch": arch,
|
||||||
|
|||||||
Reference in New Issue
Block a user