This commit is contained in:
parent
9e54d81ec7
commit
aa5863f3fd
@ -20,7 +20,7 @@ steps:
|
|||||||
# - apt-get update && apt-get install -y docker-ce-cli
|
# - apt-get update && apt-get install -y docker-ce-cli
|
||||||
# - docker info
|
# - docker info
|
||||||
# - docker image list
|
# - docker image list
|
||||||
- "unqualified-search-registries = ["docker.io"]" >> /etc/containers/registries.conf
|
- echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf
|
||||||
- podman info
|
- podman info
|
||||||
- cargo install cross --git https://github.com/cross-rs/cross
|
- cargo install cross --git https://github.com/cross-rs/cross
|
||||||
- cross build --release --target aarch64-unknown-linux-gnu
|
- cross build --release --target aarch64-unknown-linux-gnu
|
||||||
@ -34,6 +34,6 @@ steps:
|
|||||||
# - name: dockersock
|
# - name: dockersock
|
||||||
# path: /var/run
|
# path: /var/run
|
||||||
|
|
||||||
volumes:
|
# volumes:
|
||||||
- name: dockersock
|
# - name: dockersock
|
||||||
temp: {}
|
# temp: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user