From 7f952cd6e99ca781dd136a72870683defdc83fc1 Mon Sep 17 00:00:00 2001 From: Simon C Date: Mon, 13 Mar 2023 09:37:43 +0100 Subject: [PATCH] feat(Drone): Remove unnecessary configuration --- .drone.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index f7ae4fb..a7ce832 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,10 +27,6 @@ kind: pipeline type: docker name: prod -platform: - os: linux - arch: arm64 - steps: - name: install submodule image: drone/git @@ -84,10 +80,6 @@ kind: pipeline type: docker name: staging -platform: - os: linux - arch: arm64 - steps: - name: install submodule image: drone/git