From 5bccbfbd84e9bfc159a6451c5b26a78df159f8d8 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 11 May 2022 21:37:03 +0700 Subject: [PATCH] explicitly set platform --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 351f74b..94f992e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,10 @@ kind: pipeline type: docker name: unstable +platform: + os: linux + arch: amd64 + # test comment steps: - name: docker @@ -15,4 +19,3 @@ steps: tags: - unstable dry_run: True - target: linux/amd64