Rec
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.github/workflows/release.yml
|
|
|
@ -115,12 +115,12 @@ jobs: |
|
|
|
EXT= |
|
|
|
fi |
|
|
|
|
|
|
|
GOOS=$GOOS GOARCH=$GOARCH GOARM=$GOARM GOMIPS=$GOMIPS\ |
|
|
|
GOOS=$GOOS GOARCH=$GOARCH GOARM=$GOARM GOMIPS=$GOMIPS \ |
|
|
|
go build -ldflags "-s -w -checklinkname=0" -trimpath \ |
|
|
|
-o "dist/client-${GOOS}-${GOARCH}${EXT}" \ |
|
|
|
./client |
|
|
|
|
|
|
|
GOOS=$GOOS GOARCH=$GOARCH GOARM=$GOARM GOMIPS=$GOMIPS\ |
|
|
|
GOOS=$GOOS GOARCH=$GOARCH GOARM=$GOARM GOMIPS=$GOMIPS \ |
|
|
|
go build -ldflags "-s -w -checklinkname=0" -trimpath \ |
|
|
|
-o "dist/server-${GOOS}-${GOARCH}${EXT}" \ |
|
|
|
./server |
|
|
|
|