From 41b023d43eb8095be9aec2e7a7127d826d818082 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Tue, 29 Oct 2024 10:40:39 +0100 Subject: [PATCH] starlark to the rescue? --- .drone.star | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.drone.star b/.drone.star index 5f94245..744a78b 100644 --- a/.drone.star +++ b/.drone.star @@ -1,14 +1,9 @@ + def main(ctx): return { "kind": "pipeline", "type": "docker", "name": "nomad-nummer5", - "platform": [ - { - "os": "linux", - "arch": "arm64" - } - ], "steps": [ { "name": "git log",