specify platform to pick runner
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-09-28 03:49:03 +05:30
parent 7ebdfede12
commit 41e254f732

View File

@@ -3,6 +3,11 @@ kind: pipeline
type: docker type: docker
name: default name: default
# Platform specification for ARM64 runners
platform:
os: linux
arch: arm64
steps: steps:
# Step 1: Check if Docker image for current version already exists # Step 1: Check if Docker image for current version already exists
- name: check-version - name: check-version