diff --git a/.drone.yml b/.drone.yml index 5190e50..75d3591 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,11 +35,26 @@ 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 +platform: + os: linux + arch: arm64 + +clone: + disable: true + - name: build-amd64 image: docker:dind privileged: true