Skip to content

Commit

Permalink
Merge pull request #19 from digital-idea/iss18
Browse files Browse the repository at this point in the history
dbip 변경.
  • Loading branch information
khw7096 authored Apr 28, 2022
2 parents 882caa9 + eb14053 commit e210a17
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 e210a17

Please sign in to comment.