Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
심승용 committed May 27, 2020
1 parent 7dfa1b6 commit 5dada3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
cd ~/go/src/github.com/${GITHUB_REPOSITORY}
GOOS=windows GOARCH=386 go build -o lsbeat_x86.exe -ldflags "-X main.qualifier=mirero"
GOOS=linux GOARCH=amd64 go build -o lsbeat -ldflags "-X main.qualifier=mirero"
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o lsbeat -ldflags "-X main.qualifier=mirero"
cp lsbeat_x86.exe ~/release/lsbeat_x86.exe
cp lsbeat ~/release/lsbeat
cd ~
Expand Down

0 comments on commit 5dada3b

Please sign in to comment.