feature: Adds production support.
This commit is contained in:
parent
a8bc56ccb5
commit
b0b11413fb
6 changed files with 46 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
pushd sshbackend
|
||||
go build .
|
||||
CGO_ENABLED=0 GOOS=linux go build .
|
||||
strip sshbackend
|
||||
popd
|
||||
|
||||
pushd dummybackend
|
||||
go build .
|
||||
CGO_ENABLED=0 GOOS=linux go build .
|
||||
strip dummybackend
|
||||
popd
|
||||
|
||||
|
@ -15,6 +15,6 @@ strip externalbackendlauncher
|
|||
popd
|
||||
|
||||
pushd api
|
||||
go build .
|
||||
CGO_ENABLED=0 GOOS=linux go build .
|
||||
strip api
|
||||
popd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue