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:56:34 -06:00
parent f72c442cab
commit 80b1620eed

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
@ -57,7 +57,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
@ -89,7 +89,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 check --target=x86_64-unknown-linux-musl
@ -123,7 +123,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 check --target=aarch64-unknown-linux-musl
@ -157,7 +157,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 check --target=armv7-unknown-linux-musleabihf