From 0d61ebc358a9e09857058684cb859589e8b7ffdf Mon Sep 17 00:00:00 2001 From: nightly Date: Wed, 21 Sep 2022 20:30:36 +0200 Subject: [PATCH] remove arm64 bit --- .drone.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 17efb3d..763f5e7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,19 +4,6 @@ name: test-on-amd64 platform: arch: amd64 -steps: -- name: test - image: gcc - commands: - - make - ---- -kind: pipeline -name: test-on-arm64 - -platform: - arch: arm64 - steps: - name: test image: gcc