Skip to content
This repository was archived by the owner on Jan 23, 2022. It is now read-only.

Commit

Permalink
Fix binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaglow committed Jan 12, 2018
1 parent baddd09 commit 2741b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ script:

before_deploy:
- CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -a -installsuffix cgo -o dor-webservice-amd64
- CGO_ENABLED=0 GOOS=linux GOARCH=386 go build -ldflags="-s -w" -a -installsuffix cgo -o dor-webservice-x86
- CGO_ENABLED=0 GOOS=linux GOARCH=386 go build -ldflags="-s -w" -a -installsuffix cgo -o dor-webservice-386
- CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -a -installsuffix cgo -o dor-webservice-x86.exe
- CGO_ENABLED=0 GOOS=darwin go build -ldflags="-s -w" -a -installsuffix cgo -o dor-webservice-mac

Expand Down

0 comments on commit 2741b3f

Please sign in to comment.