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