From b3cbf5ef07e1f4f09de152be81e535197da9783f Mon Sep 17 00:00:00 2001 From: aetos Date: Wed, 1 Oct 2025 12:15:21 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 21270e3..3915284 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: