feat: 后台打包测试部署
All checks were successful
Backend Deploy (Go + Docker) / deploy (push) Successful in 54s
All checks were successful
Backend Deploy (Go + Docker) / deploy (push) Successful in 54s
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
- name: 编译后端可执行文件
|
||||
run: |
|
||||
cd server
|
||||
env GOOS=linux GOARCH=arm64 go build -o server_bin ./cmd/server
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o server_bin ./cmd/server
|
||||
|
||||
- name: 准备部署文件
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user