Skip to content

Commit

Permalink
Update buildAndUpload.sh (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
omerzi authored Aug 24, 2023
1 parent c2222d1 commit dcb8fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/buildAndUpload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build () {
exeName="$4"
echo "Building $exeName for $GOOS-$GOARCH ..."

CGO_ENABLED=0 jf go build -o "$exeName" -ldflags '-w -extldflags "-static" -X github.com/jfrog/frogbot/utils/utils.FrogbotVersion='$version
CGO_ENABLED=0 jf go build -o "$exeName" -ldflags '-w -extldflags "-static" -X github.com/jfrog/frogbot/utils.FrogbotVersion='$version
chmod +x $exeName

# Run verification after building plugin for the correct platform of this image.
Expand Down

0 comments on commit dcb8fe0

Please sign in to comment.