From b687c0465e9f7b30ae2e659dda22106067b09194 Mon Sep 17 00:00:00 2001 From: Simon C Date: Sat, 25 Feb 2023 11:38:08 +0100 Subject: [PATCH] feat(Drone): Suppression de la limitation arm --- .drone.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 015d2bc..204fe14 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,10 +39,6 @@ kind: pipeline type: docker name: prod -platform: - os: linux - arch: arm64 - steps: - name: install submodule image: drone/git @@ -113,10 +109,6 @@ kind: pipeline type: docker name: staging -platform: - os: linux - arch: arm64 - steps: - name: install submodule image: drone/git