From 6b97fc47a3b40059b17c2d21988475fbf020c01b Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Mon, 4 Jul 2022 21:07:42 +0100 Subject: [PATCH] fix(ci): Correct architecture --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index f1d5f5a..c13f921 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,10 @@ kind: pipeline type: docker name: Build +platform: + os: linux + arch: arm64 + steps: - name: Build and check formatting image: node:14-alpine