mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 06:04:56 +00:00
linux-arm64 support
This commit is contained in:
parent
cc5a9e0d73
commit
5233334d11
10 changed files with 151 additions and 2 deletions
1
justfile
1
justfile
|
|
@ -17,6 +17,7 @@ release-build target="x86_64-unknown-linux-musl":
|
|||
[group('release')]
|
||||
release-build-all:
|
||||
./docker/release/build.sh x86_64-unknown-linux-musl
|
||||
./docker/release/build.sh aarch64-unknown-linux-musl
|
||||
./docker/release/build.sh x86_64-pc-windows-gnu
|
||||
./docker/release/build.sh x86_64-apple-darwin
|
||||
./docker/release/build.sh aarch64-apple-darwin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue