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:55:43 -06:00
parent 7d2f6ec7a8
commit 7e53366c1c

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
@ -51,7 +51,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
@ -83,7 +83,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
@ -115,7 +115,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
@ -171,7 +171,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
@ -203,7 +203,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
@ -259,7 +259,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
@ -291,7 +291,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