diff --git a/.drone.yml b/.drone.yml index ee61f71..f116752 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,9 +23,11 @@ steps: - echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf - echo "[storage]\ndriver = \"vfs\"" >> /etc/containers/storage.conf - podman info - - cargo install cross --git https://github.com/cross-rs/cross - - cross build --release --target aarch64-unknown-linux-gnu - - ls -lahR target/ + - mount + - podman run --rm hello-world + # - cargo install cross --git https://github.com/cross-rs/cross + # - cross build --release --target aarch64-unknown-linux-gnu + # - ls -lahR target/ # services: # - name: docker