Update .drone.yml
This commit is contained in:
@@ -3,13 +3,16 @@ kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
# Platform specification for ARM64 runners
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
# Optional: control clone step
|
||||
clone:
|
||||
disable: false
|
||||
skip_verify: true
|
||||
|
||||
steps:
|
||||
# Step 1: Check if Docker image for current version already exists
|
||||
- name: test
|
||||
image: alpine
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user