Skip to content

Commit

Permalink
ci: update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SandhyaRavi2403 committed Oct 24, 2024
1 parent e6d32bf commit b5f9789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ if [ -z "$SKIP_BUILD" ]; then
make cross \
REGISTRY=$REGISTRY \
VERSION=$VERSION \
LINUX_ARCH="$LINUX_ARCH"
LINUX_ARCH="$LINUX_ARCH" \
WINDOWS_DISTROS="$WINDOWS_DISTROS"
else
echo "info: build and push is skipped"
Expand Down

0 comments on commit b5f9789

Please sign in to comment.