From 4413af3fbb31031c389c3f4ac350ac3a807b67e2 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Sat, 15 Apr 2023 17:13:45 +0200 Subject: [PATCH] CI/CD: Use arm64 runners --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0a22f4c..3ff45db 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,10 @@ kind: pipeline type: docker name: default +platform: + os: linux + arch: arm64 + steps: - name: fetch submodules image: alpine