mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-26 20:00:27 +00:00
ci: build std examples on aarch64-unknown-linux-gnu
This commit is contained in:
parent
5caa4ac51b
commit
8bb25a551a
2
ci.sh
2
ci.sh
@ -19,7 +19,7 @@ fi
|
||||
TARGET=$(rustc -vV | sed -n 's|host: ||p')
|
||||
|
||||
BUILD_EXTRA=""
|
||||
if [ $TARGET = "x86_64-unknown-linux-gnu" ]; then
|
||||
if [ $TARGET = "x86_64-unknown-linux-gnu" ] || [ $TARGET = "aarch64-unknown-linux-gnu" ]; then
|
||||
BUILD_EXTRA="--- build --release --manifest-path examples/std/Cargo.toml --target $TARGET --artifact-dir out/examples/std"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user