feat: build locally on dev machine
- clone from `server-m2` Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
parent
4709c3b2b7
commit
cb98b9786e
7 changed files with 145 additions and 33 deletions
5
.cargo/config.toml
Normal file
5
.cargo/config.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue