From d51b748b631d7950a6b62adba4d5630be8e373e7 Mon Sep 17 00:00:00 2001 From: clux Date: Tue, 27 Feb 2024 18:36:32 +0000 Subject: [PATCH] ARM verify for clux/muslrust#134 Signed-off-by: clux --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 5ce402d..9da7b68 100644 --- a/justfile +++ b/justfile @@ -39,7 +39,7 @@ compile features="": -v cargo-cache:/root/.cargo \ -v $PWD:/volume \ -w /volume \ - -t clux/muslrust:stable \ + -t clux/muslrust:1.78.0-nightly-2024-02-26 \ cargo build --release --features={{features}} --bin controller cp target/x86_64-unknown-linux-musl/release/controller .