From e54c6e8b721fdee7e623ff99bd3871508f2b3ce2 Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Sun, 16 Oct 2022 17:55:35 +0200 Subject: [PATCH] reenable amd64 Signed-off-by: Christian Richter --- .drone.star | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.star b/.drone.star index 94a4a04..e7628c8 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