From c2e92b0dd2d45f2ff533f4746c066f0a553655a6 Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Mon, 29 Aug 2022 10:41:29 +0200 Subject: [PATCH] disable amd64 builds Signed-off-by: Christian Richter --- .drone.star | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.drone.star b/.drone.star index 28320c5..93856bf 100644 --- a/.drone.star +++ b/.drone.star @@ -1,24 +1,24 @@ def main(ctx): return [ - stepPR("amd64", "motsognir"), + #stepPR("amd64", "motsognir"), stepPR("arm64", "motsognir"), - stepMergeMaster("amd64", "motsognir"), + #stepMergeMaster("amd64", "motsognir"), stepMergeMaster("arm64", "motsognir"), - stepBuildWeekly("amd64", "motsognir"), + #stepBuildWeekly("amd64", "motsognir"), stepBuildWeekly("arm64", "motsognir"), - stepPR("amd64", "webtest"), + #stepPR("amd64", "webtest"), stepPR("arm64", "webtest"), - stepMergeMaster("amd64", "webtest"), + #stepMergeMaster("amd64", "webtest"), stepMergeMaster("arm64", "webtest"), - stepBuildWeekly("amd64", "webtest"), + #stepBuildWeekly("amd64", "webtest"), stepBuildWeekly("arm64", "webtest"), - stepPR("amd64", "unbound"), + #stepPR("amd64", "unbound"), stepPR("arm64", "unbound"), - stepMergeMaster("amd64", "unbound"), + #stepMergeMaster("amd64", "unbound"), stepMergeMaster("arm64", "unbound"), - stepBuildWeekly("amd64", "unbound"), + #stepBuildWeekly("amd64", "unbound"), stepBuildWeekly("arm64", "unbound"), notify(ctx),