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-10-01 12:15:21 +00:00
parent 05267f29d4
commit b3cbf5ef07

View File

@@ -3,13 +3,16 @@ kind: pipeline
type: docker type: docker
name: default name: default
# Platform specification for ARM64 runners
platform: platform:
os: linux os: linux
arch: arm64 arch: arm64
# Optional: control clone step
clone:
disable: false
skip_verify: true
steps: steps:
# Step 1: Check if Docker image for current version already exists
- name: test - name: test
image: alpine image: alpine
environment: environment: