Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
b103c94534 attempt 2
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-10 22:24:44 +02:00

View File

@@ -7,17 +7,11 @@ def main(ctx):
def step(arch): def step(arch):
return { return {
"kind": "pipeline", "kind": "pipeline",
"type": "docker", "name": "build-%s" % arch,
"name": "docker-%s" % (arch),
"platform": {
"os": "linux",
"arch": arch,
},
"steps": [ "steps": [
{ {
"name": "dryrun", "name": "dryrun",
"image": "plugins/docker", "image": "thegeeklab/drone-docker:19",
# "image": "thegeeklab/drone-docker:19",
"settings": { "settings": {
"dockerfile": "motsognir/Dockerfile", "dockerfile": "motsognir/Dockerfile",
"dry_run": "true", "dry_run": "true",