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