From 73cf6f61f6dca523663ad9d86077737f0da7c7ee Mon Sep 17 00:00:00 2001 From: ale Date: Tue, 8 Oct 2024 12:28:48 +0200 Subject: [PATCH] build-arm64 --- .drone.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.drone.yml b/.drone.yml index f1f0135..20fcea4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,3 @@ ---- kind: pipeline name: build-linux-arm64 type: docker @@ -32,22 +31,6 @@ steps: - push - tag -volumes: -- name: dockersock - host: - path: /var/run/docker.sock -- name: etcdocker - host: - path: /etc/docker - ---- -kind: pipeline -name: build-linux-amd64 -type: docker - -clone: - disable: true - - name: build-amd64 image: docker:dind privileged: true