build-arm64
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
a08cb51cc8
commit
a1f525f195
11
.drone.yml
11
.drone.yml
@ -1,5 +1,5 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: build-linux-arm64-amd64
|
name: build-linux-arm64
|
||||||
type: docker
|
type: docker
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
@ -35,6 +35,11 @@ steps:
|
|||||||
- push
|
- push
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: build-linux-amd64
|
||||||
|
type: docker
|
||||||
|
|
||||||
- name: build-amd64
|
- name: build-amd64
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
privileged: true
|
privileged: true
|
||||||
@ -72,5 +77,5 @@ volumes:
|
|||||||
path: /etc/docker
|
path: /etc/docker
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- build-arm64
|
- build-linux-arm64
|
||||||
- build-amd64
|
- build-linuc-amd64
|
||||||
|
Loading…
Reference in New Issue
Block a user