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
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- cargo check
|
||||
- cross build --release --target aarch64-unknown-linux-gnu
|
||||
@ -30,7 +30,7 @@ services:
|
||||
privileged: true
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
path: /var/run/docker.sock
|
||||
|
||||
volumes:
|
||||
- name: dockersock
|
||||
|
Loading…
Reference in New Issue
Block a user