Skip to content

Commit

Permalink
dbip 변경.
Browse files Browse the repository at this point in the history
  • Loading branch information
woong committed Apr 28, 2022
1 parent 882caa9 commit eb14053
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ GOOS=linux GOARCH=amd64 go build -o ./bin/linux/${APP} main.go network.go http.g
GOOS=windows GOARCH=amd64 go build -o ./bin/windows/${APP}.exe main.go network.go http.go templatefunc.go assets_vfsdata.go
GOOS=darwin GOARCH=amd64 go build -o ./bin/darwin/${APP} main.go network.go http.go templatefunc.go assets_vfsdata.go

GOOS=linux GOARCH=amd64 go build -ldflags "-X main.DBIP=10.0.90.253" -o ./bin/linux_di/${APP} main.go network.go http.go templatefunc.go assets_vfsdata.go
GOOS=windows GOARCH=amd64 go build -ldflags "-X main.DBIP=10.0.90.253" -o ./bin/windows_di/${APP}.exe main.go network.go http.go templatefunc.go assets_vfsdata.go
GOOS=darwin GOARCH=amd64 go build -ldflags "-X main.DBIP=10.0.90.253" -o ./bin/darwin_di/${APP} main.go network.go http.go templatefunc.go assets_vfsdata.go
GOOS=linux GOARCH=amd64 go build -ldflags "-X main.DBIP=10.0.90.249" -o ./bin/linux_di/${APP} main.go network.go http.go templatefunc.go assets_vfsdata.go
GOOS=windows GOARCH=amd64 go build -ldflags "-X main.DBIP=10.0.90.249" -o ./bin/windows_di/${APP}.exe main.go network.go http.go templatefunc.go assets_vfsdata.go
GOOS=darwin GOARCH=amd64 go build -ldflags "-X main.DBIP=10.0.90.249" -o ./bin/darwin_di/${APP} main.go network.go http.go templatefunc.go assets_vfsdata.go

# Github Release에 업로드 하기위해 압축
cd ./bin/linux/ && tar -zcvf ../${APP}_linux_x86-64.tgz . && cd -
Expand Down

0 comments on commit eb14053

Please sign in to comment.