mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:39:47 +00:00
Fixes arm64 qemu environment
This commit is contained in:
parent
12a1a1071e
commit
460e1a3f6b
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
@ -291,6 +291,8 @@ jobs:
|
||||
optimize_image: false
|
||||
shell: /bin/bash
|
||||
commands: |
|
||||
export HOME=/root
|
||||
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
|
||||
source "$HOME/.cargo/env"
|
||||
cd runtime
|
||||
cargo tauri build --target aarch64-unknown-linux-gnu --bundles deb
|
||||
|
Loading…
Reference in New Issue
Block a user