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 effd21f commit e6d32bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ ALLOW_OVERRIDE=${ALLOW_OVERRIDE:-}
SKIP_BUILD=${SKIP_BUILD:-}
SKIP_PUSH_LATEST=${SKIP_PUSH_LATEST:-}
LINUX_ARCH=${LINUX_ARCH:-amd64 arm arm64 ppc64le s390x}
WINDOWS_DISTROS=${WINDOWS_DISTROS:-1809 ltsc2022}
WINDOWS_DISTROS=${WINDOWS_DISTROS:-}

echo "REGISTRY: $REGISTRY"
echo "VERSION: $VERSION"
Expand Down Expand Up @@ -218,7 +218,7 @@ if [ -z "$SKIP_BUILD" ]; then
REGISTRY=$REGISTRY \
VERSION=$VERSION \
LINUX_ARCH="$LINUX_ARCH"
# WINDOWS_DISTROS="$WINDOWS_DISTROS"
WINDOWS_DISTROS="$WINDOWS_DISTROS"
else
echo "info: build and push is skipped"
fi
Expand Down

0 comments on commit e6d32bf

Please sign in to comment.