mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
krata: compile for aarch64 (aarch64 guests are not yet supported)
This commit is contained in:
@ -2,5 +2,5 @@
|
||||
set -e
|
||||
|
||||
cd "$(dirname "${0}")/.."
|
||||
cargo clippy --target x86_64-unknown-linux-gnu --fix --allow-dirty --allow-staged
|
||||
./scripts/cargo.sh clippy --fix --allow-dirty --allow-staged
|
||||
cargo fmt --all
|
||||
|
Reference in New Issue
Block a user