Skip to content

Commit

Permalink
add environment var to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
suutaku committed Apr 16, 2022
1 parent b1d988d commit 4ce3d5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

export SSHX_HOME=/etc/sshx
go build -ldflags "-s -w" ./cmd/sshx
go build -ldflags "-s -w" ./cmd/signaling
echo "$1"
Expand Down
Binary file removed signaling
Binary file not shown.

0 comments on commit 4ce3d5c

Please sign in to comment.