Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
42250ac451 Add drone + build motsognir
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-11 17:45:46 +02:00

View File

@@ -9,9 +9,12 @@ def main(ctx):
def stepPR(arch):
return {
"kind": "pipeline",
"type": "docker",
"name": "docker-build-%s" % (arch),
"kind":
"pipeline",
"type":
"docker",
"name":
"docker-%s" % (arch),
"platform": {
"os": "linux",
"arch": arch,
@@ -43,9 +46,12 @@ def stepPR(arch):
def stepMergeMaster(arch):
return {
"kind": "pipeline",
"type": "docker",
"name": "docker-publish-%s" % (arch),
"kind":
"pipeline",
"type":
"docker",
"name":
"docker-%s" % (arch),
"platform": {
"os": "linux",
"arch": arch,