Skip to content

Commit

Permalink
fix binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
cmac1000 committed Nov 28, 2018
1 parent b8b782c commit fb48151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ docker build -t gorson_builder -f Dockerfile.build.alpine .
# for each of our target platforms we use the gorson_builder
# docker container to compile a binary of our application
for platform in darwin linux; do \
binary_name="confd-${VERSION}-${platform}-amd64"
binary_name="gorson-${VERSION}-${platform}-amd64"
>&2 echo "compiling $binary_name"

# * GOOS is the target operating system
Expand Down

0 comments on commit fb48151

Please sign in to comment.