From b9f505a64ecca57278737ac2f1b0b5078f6e5af0 Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Mon, 29 Aug 2022 10:39:49 +0200 Subject: [PATCH] disable amd64 builds Signed-off-by: Christian Richter --- .drone.star | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.star b/.drone.star index e7628c8..94a4a04 100644 --- a/.drone.star +++ b/.drone.star @@ -1,10 +1,10 @@ def main(ctx): return [ - stepPR("amd64", "weirdradio"), + #stepPR("amd64", "weirdradio"), stepPR("arm64", "weirdradio"), - stepMergeMain("amd64", "weirdradio"), + #stepMergeMain("amd64", "weirdradio"), stepMergeMain("arm64", "weirdradio"), - stepBuildWeekly("amd64", "weirdradio"), + #stepBuildWeekly("amd64", "weirdradio"), stepBuildWeekly("arm64", "weirdradio"), notify(ctx), @@ -39,13 +39,13 @@ def notify(ctx): }, ], "depends_on": [ - "docker-build-weirdradio-amd64", + #"docker-build-weirdradio-amd64", "docker-build-weirdradio-arm64", - "docker-publish-weirdradio-amd64", + #"docker-publish-weirdradio-amd64", "docker-publish-weirdradio-arm64", - "docker-publish-weekly-weirdradio-amd64", + #"docker-publish-weekly-weirdradio-amd64", "docker-publish-weekly-weirdradio-arm64", ], -- 2.49.1