Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily remove windows build. #4027

Merged
merged 1 commit into from
Jun 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions releasing/cloudbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ archives:
builds:
- skip: $skipBuild

gobinary: "go1.16.5"

ldflags: >
-s
-X sigs.k8s.io/kustomize/api/provenance.version={{.Version}}
Expand All @@ -94,7 +92,6 @@ builds:
goos:
- linux
- darwin
- windows

goarch:
- amd64
Expand Down
7 changes: 6 additions & 1 deletion releasing/localbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,17 @@ cp releasing/cloudbuild.yaml $config
# in the kustomize/dist directory.
sed -i "s|# - '--snapshot|- '--snapshot|" $config

echo "Executing cloud-build-local with:"
echo "Executing cloud-build-local with config file $config :"
echo "========================="
cat $config
echo "========================="

workspace=~/cloud-build-local-workspace

cloud-build-local \
--config=$config \
--substitutions=TAG_NAME=$1 \
--write-workspace=$workspace \
--dryrun=false \
.

Expand All @@ -47,3 +50,5 @@ echo "Result of local build:"
echo "##########################################"
tree ./$module/dist
echo "##########################################"
tree ./$workspace
echo "##########################################"