Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
c9b7ffff25 attempt 2
All checks were successful
continuous-integration/drone/pr Build is passing
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-11 17:23:25 +02:00

View File

@@ -1,7 +1,7 @@
def main(ctx): def main(ctx):
return [ return [
step("amd64"), step("amd64"),
step("arm64"), #step("arm64"),
] ]
def step(arch): def step(arch):