From c4f971da27a6eb2c0cf7b312e7307cf31dac1266 Mon Sep 17 00:00:00 2001 From: ale Date: Tue, 8 Oct 2024 12:18:59 +0200 Subject: [PATCH] build-arm64 --- .drone.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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