disable amd64 builds
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
12
.drone.star
12
.drone.star
@@ -1,10 +1,10 @@
|
|||||||
def main(ctx):
|
def main(ctx):
|
||||||
return [
|
return [
|
||||||
stepPR("amd64", "weirdradio"),
|
#stepPR("amd64", "weirdradio"),
|
||||||
stepPR("arm64", "weirdradio"),
|
stepPR("arm64", "weirdradio"),
|
||||||
stepMergeMain("amd64", "weirdradio"),
|
#stepMergeMain("amd64", "weirdradio"),
|
||||||
stepMergeMain("arm64", "weirdradio"),
|
stepMergeMain("arm64", "weirdradio"),
|
||||||
stepBuildWeekly("amd64", "weirdradio"),
|
#stepBuildWeekly("amd64", "weirdradio"),
|
||||||
stepBuildWeekly("arm64", "weirdradio"),
|
stepBuildWeekly("arm64", "weirdradio"),
|
||||||
|
|
||||||
notify(ctx),
|
notify(ctx),
|
||||||
@@ -39,13 +39,13 @@ def notify(ctx):
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
"depends_on": [
|
"depends_on": [
|
||||||
"docker-build-weirdradio-amd64",
|
#"docker-build-weirdradio-amd64",
|
||||||
"docker-build-weirdradio-arm64",
|
"docker-build-weirdradio-arm64",
|
||||||
|
|
||||||
"docker-publish-weirdradio-amd64",
|
#"docker-publish-weirdradio-amd64",
|
||||||
"docker-publish-weirdradio-arm64",
|
"docker-publish-weirdradio-arm64",
|
||||||
|
|
||||||
"docker-publish-weekly-weirdradio-amd64",
|
#"docker-publish-weekly-weirdradio-amd64",
|
||||||
"docker-publish-weekly-weirdradio-arm64",
|
"docker-publish-weekly-weirdradio-arm64",
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user