diff --git a/.drone1.yml b/.drone1.yml index e8ad70594..b2ff6d4c8 100644 --- a/.drone1.yml +++ b/.drone1.yml @@ -685,6 +685,9 @@ kind: pipeline type: docker name: docker-arm-latest +depends_on: + - testing + platform: os: linux arch: arm @@ -718,6 +721,9 @@ kind: pipeline type: docker name: docker-arm-release +depends_on: + - testing + platform: os: linux arch: arm @@ -749,6 +755,9 @@ kind: pipeline type: docker name: docker-amd64-latest +depends_on: + - testing + platform: os: linux arch: amd64 @@ -782,6 +791,9 @@ kind: pipeline type: docker name: docker-amd64-release +depends_on: + - testing + platform: os: linux arch: amd64