Skip to content

Commit

Permalink
新增龙芯可执行文件
Browse files Browse the repository at this point in the history
  • Loading branch information
link1st committed Dec 14, 2023
1 parent 4829c81 commit 9b4eed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ go build -ldflags "-s -w" -o go-stress-testing-mac main.go
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -o go-stress-testing-linux main.go
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "-s -w" -o go-stress-testing-linux-arm64 main.go
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" -o go-stress-testing-win.exe main.go
CGO_ENABLED=0 GOOS=linux GOARCH=loong64 go build -ldflags "-s -w" -o go-stress-testing-linux-loong64 main.go

0 comments on commit 9b4eed2

Please sign in to comment.