From 41e254f732094960c0c4ab59b7512d1c04f40fd8 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Sun, 28 Sep 2025 03:49:03 +0530 Subject: [PATCH] specify platform to pick runner --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2994f50..aa6ba08 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,11 @@ kind: pipeline type: docker name: default +# Platform specification for ARM64 runners +platform: + os: linux + arch: arm64 + steps: # Step 1: Check if Docker image for current version already exists - name: check-version