change: change build for multi-platform

- fix: commit message empty
- fix: sheet api json not found may cause app unable to run

Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
Pakin 2026-05-20 16:06:29 +07:00
parent 3c3d087b62
commit 4860fd950a
7 changed files with 332 additions and 225 deletions

5
.cargo/config.toml Normal file
View file

@ -0,0 +1,5 @@
[target.x86_64-unknown-linux-gnu]
linker = "x86_64-linux-gnu-gcc"
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"