Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed May 24, 2024
1 parent 5ddb47b commit f3416bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ cd "$SRC_DIR"
export CGO_ENABLED=0
for ARCH in "${ARCHS[@]}"
do
unset GOOS
case "$ARCH" in
source)
echo "Create archive with source code..."
Expand Down
1 change: 1 addition & 0 deletions tls/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ cd "$SRC_DIR"
export CGO_ENABLED=0
for ARCH in "${ARCHS[@]}"
do
unset GOOS
case "$ARCH" in
source)
echo "Create archive with source code..."
Expand Down

0 comments on commit f3416bd

Please sign in to comment.