From 81b89b8d1135097f70a4a49b6be568abfec17c3d Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+weebdatahoarder@users.noreply.github.com> Date: Thu, 31 Dec 2020 01:22:14 +0100 Subject: [PATCH] Force drone to build on linux-amd64 --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 6457931..ffddb5f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,10 @@ kind: pipeline type: docker name: default +platform: + os: linux + arch: amd64 + steps: - name: build image: ubuntu:20.04