This commit is contained in:
parent
2776c5be4c
commit
68a34900ca
@ -10,7 +10,7 @@ steps:
|
|||||||
image: img.kie.rs/jjkiers/rust-dind-cross:1.62-slim
|
image: img.kie.rs/jjkiers/rust-dind-cross:1.62-slim
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
path: /var/run
|
path: /var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- cargo check
|
- cargo check
|
||||||
- cross build --release --target aarch64-unknown-linux-gnu
|
- cross build --release --target aarch64-unknown-linux-gnu
|
||||||
@ -30,7 +30,7 @@ services:
|
|||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
path: /var/run
|
path: /var/run/docker.sock
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
|
Loading…
Reference in New Issue
Block a user