Update to latest rust-builder tags
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aode (lion) 2021-12-22 15:52:48 -06:00
parent 7eec14044d
commit 957cefcd45

View file

@ -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