From 78a597c205139f596821b14560ec6b180fc3006e Mon Sep 17 00:00:00 2001 From: aaraz Date: Tue, 19 Dec 2023 10:35:14 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index fee2346..4b217ca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,10 @@ kind: pipeline name: default + +platform: + os: linux + arch: arm64 + steps: - name: test image: alpine