From 1c8951582fddac8219140acc0155d8441ed97c6b Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Fri, 4 Dec 2020 21:19:02 +0100 Subject: [PATCH] updated arm64 arch --- .drone.yml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.drone.yml b/.drone.yml index c1f9b38..a93830e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,31 +44,6 @@ volumes: depends_on: - cleanup-before ---- -kind: pipeline -type: docker -name: default-linux-arm64 - -steps: - - name: build - image: golang - commands: - - ./ci-build.sh build - environment: - GOOS: linux - GOARCH: arm64 - volumes: - - name: build - path: /build - -volumes: - - name: build - host: - path: /tmp/dip/build - -depends_on: - - cleanup-before - --- kind: pipeline type: docker