feat(Drone): Suppression de la limitation arm
This commit is contained in:
parent
b3c652061c
commit
b687c0465e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue