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
a1f525f195
commit
c4f971da27
15
.drone.yml
15
.drone.yml
@ -35,11 +35,26 @@ steps:
|
||||
- push
|
||||
- tag
|
||||
|
||||
volumes:
|
||||
- name: dockersock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
- name: etcdocker
|
||||
host:
|
||||
path: /etc/docker
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: build-linux-amd64
|
||||
type: docker
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
- name: build-amd64
|
||||
image: docker:dind
|
||||
privileged: true
|
||||
|
Loading…
Reference in New Issue
Block a user