From 99636d5d02c24d965e281a0f13018f096a974ae0 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sat, 6 Nov 2021 15:39:10 +0100 Subject: [PATCH] test build with drone on arm64 on coronafana/xorm --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index 98100c0..e5b629c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,10 @@ kind: pipeline type: docker name: default-linux-amd64 +platform: + os: linux + arсh: amd64 + steps: - name: build image: golang @@ -29,6 +33,10 @@ kind: pipeline type: docker name: default-linux-arm64 +platform: + os: linux + arсh: arm64 + steps: - name: build image: golang