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 . - chown -R 991:991 .
- name: clippy - name: clippy
image: asonix/rust-builder:amd64-latest image: asonix/rust-builder:latest-linux-amd64
pull: always pull: always
commands: commands:
- rustup component add clippy - rustup component add clippy
@ -51,7 +51,7 @@ steps:
- chown -R 991:991 . - chown -R 991:991 .
- name: tests - name: tests
image: asonix/rust-builder:amd64-latest image: asonix/rust-builder:latest-linux-amd64
pull: always pull: always
commands: commands:
- cargo test - cargo test
@ -83,7 +83,7 @@ steps:
- chown -R 991:991 . - chown -R 991:991 .
- name: check - name: check
image: asonix/rust-builder:amd64-latest image: asonix/rust-builder:latest-linux-amd64
pull: always pull: always
commands: commands:
- cargo check --target=$TARGET - cargo check --target=$TARGET
@ -115,7 +115,7 @@ steps:
- chown -R 991:991 . - chown -R 991:991 .
- name: build - name: build
image: asonix/rust-builder:amd64-latest image: asonix/rust-builder:latest-linux-amd64
pull: always pull: always
commands: commands:
- cargo build --target=$TARGET --release - cargo build --target=$TARGET --release
@ -171,7 +171,7 @@ steps:
- chown -R 991:991 . - chown -R 991:991 .
- name: check - name: check
image: asonix/rust-builder:arm64v8-latest image: asonix/rust-builder:latest-linux-arm64v8
pull: always pull: always
commands: commands:
- cargo check --target=$TARGET - cargo check --target=$TARGET
@ -203,7 +203,7 @@ steps:
- chown -R 991:991 . - chown -R 991:991 .
- name: build - name: build
image: asonix/rust-builder:arm64v8-latest image: asonix/rust-builder:latest-linux-arm64v8
pull: always pull: always
commands: commands:
- cargo build --target=$TARGET --release - cargo build --target=$TARGET --release
@ -259,7 +259,7 @@ steps:
- chown -R 991:991 . - chown -R 991:991 .
- name: check - name: check
image: asonix/rust-builder:arm32v7-latest image: asonix/rust-builder:latest-linux-arm32v7
pull: always pull: always
commands: commands:
- cargo check --target=$TARGET - cargo check --target=$TARGET
@ -291,7 +291,7 @@ steps:
- chown -R 991:991 . - chown -R 991:991 .
- name: build - name: build
image: asonix/rust-builder:arm32v7-latest image: asonix/rust-builder:latest-linux-arm32v7
pull: always pull: always
commands: commands:
- cargo build --target=$TARGET --release - cargo build --target=$TARGET --release