Signed-off-by: Jochen Maes <jochen@sejo-it.be>
This commit is contained in:
parent
51dd1a37b6
commit
22ebeccb3b
@ -5,7 +5,8 @@ platform:
|
|||||||
arch: arm64
|
arch: arm64
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
temp: {}
|
host:
|
||||||
|
path: /var/run/docker.sock
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: rust:1.73
|
image: rust:1.73
|
||||||
@ -28,4 +29,4 @@ steps:
|
|||||||
- latest
|
- latest
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
path: /var/run
|
path: /var/run/docker.sock
|
Loading…
Reference in New Issue
Block a user