From a1205474030713c8240f64a9dab30c52d5bce243 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Wed, 19 Jul 2023 19:37:57 +0000 Subject: [PATCH] refactor: build arm64 image --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2558f81..3867720 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,8 +3,12 @@ kind: pipeline type: docker name: default -steps: +platform: + os: linux + arch: arm64 + +steps: - name: go-ci image: gcr.io/kaniko-project/executor:debug network_mode: host