This commit is contained in:
2026-07-31 15:53:06 +08:00
parent 3aa9519fba
commit 7e0cd360e9
2 changed files with 6 additions and 0 deletions

5
scripts/build-backend.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
cd ./backend/api
GOARCH=amd64 GOOS=linux go build -o ../../output/heqiapp ./cmd/main/main.go