From 2e4ac32c2b69d2aa4c479ef844958434a7d26c0a Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 30 Aug 2024 06:04:04 -0400 Subject: [PATCH] update --- .drone.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index c5a1e8c..22142ce 100755 --- a/.drone.yml +++ b/.drone.yml @@ -1,18 +1,9 @@ --- -############# -### Poke ### -############# kind: pipeline # https://docs.drone.io/pipeline/overview/ type: exec # https://docs.drone.io/pipeline/exec/overview/ name: Build Poke Image for ARM64 - -# Do not clone the Docker Build Automation, it is not needed. -# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic clone: disable: true - -# Set Platform -# https://docs.drone.io/pipeline/exec/syntax/platform/ platform: os: linux arch: arm64