Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lululombard authored May 6, 2023
1 parent 33c54a0 commit 576e1c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rcsm/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

var (
// Version is the current version of rcsm
Version string = "1.1.2"
Version string = "1.1.3"
// EnvFile is the path to the .env file config
EnvFile string = ".env"

Expand Down
2 changes: 2 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -e

export CGO_ENABLED=0

mkdir -p bin

echo "Compiling for linux/386"
Expand Down

0 comments on commit 576e1c5

Please sign in to comment.