diff --git a/.drone.yml b/.drone.yml index 4ee5130..8524e6b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: - chown -R 991:991 . - name: clippy - image: asonix/rust-builder:amd64-latest + image: asonix/rust-builder:latest-linux-amd64 pull: always commands: - rustup component add clippy @@ -54,7 +54,7 @@ steps: - chown -R 991:991 . - name: tests - image: asonix/rust-builder:amd64-latest + image: asonix/rust-builder:latest-linux-amd64 pull: always commands: - cargo test @@ -86,7 +86,7 @@ steps: - chown -R 991:991 . - name: check - image: asonix/rust-builder:amd64-latest + image: asonix/rust-builder:latest-linux-amd64 pull: always commands: - cargo check --target=$TARGET @@ -118,7 +118,7 @@ steps: - chown -R 991:991 . - name: build - image: asonix/rust-builder:amd64-latest + image: asonix/rust-builder:latest-linux-amd64 pull: always commands: - cargo build --target=$TARGET --release @@ -174,7 +174,7 @@ steps: - chown -R 991:991 . - name: check - image: asonix/rust-builder:arm64v8-latest + image: asonix/rust-builder:latest-linux-arm64v8 pull: always commands: - cargo check --target=$TARGET @@ -206,7 +206,7 @@ steps: - chown -R 991:991 . - name: build - image: asonix/rust-builder:arm64v8-latest + image: asonix/rust-builder:latest-linux-arm64v8 pull: always commands: - cargo build --target=$TARGET --release @@ -262,7 +262,7 @@ steps: - chown -R 991:991 . - name: check - image: asonix/rust-builder:arm32v7-latest + image: asonix/rust-builder:latest-linux-arm32v7 pull: always commands: - cargo check --target=$TARGET @@ -294,7 +294,7 @@ steps: - chown -R 991:991 . - name: build - image: asonix/rust-builder:arm32v7-latest + image: asonix/rust-builder:latest-linux-arm32v7 pull: always commands: - cargo build --target=$TARGET --release