From e8cd8f6239d7ad2e1db4341b14eac2324431a4d8 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Tue, 29 Oct 2024 10:43:12 +0100 Subject: [PATCH] starlark to the rescue? --- .drone.star | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.star b/.drone.star index 744a78b..007ae7a 100644 --- a/.drone.star +++ b/.drone.star @@ -4,6 +4,12 @@ def main(ctx): "kind": "pipeline", "type": "docker", "name": "nomad-nummer5", + "platform": + { + "os": "linux", + "arch": "arm64" + } + , "steps": [ { "name": "git log",