Update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
2025-09-27 22:17:26 +00:00
parent f166e635da
commit 488fac8aaa

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: test - name: test