Podman test 2
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jacob Kiers 2022-08-10 07:23:32 +00:00
parent 9e54d81ec7
commit aa5863f3fd
1 changed files with 4 additions and 4 deletions

View File

@ -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: {}