mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Temporarily remove windows build.
This commit is contained in:
@@ -83,8 +83,6 @@ archives:
|
|||||||
builds:
|
builds:
|
||||||
- skip: $skipBuild
|
- skip: $skipBuild
|
||||||
|
|
||||||
gobinary: "go1.16.5"
|
|
||||||
|
|
||||||
ldflags: >
|
ldflags: >
|
||||||
-s
|
-s
|
||||||
-X sigs.k8s.io/kustomize/api/provenance.version={{.Version}}
|
-X sigs.k8s.io/kustomize/api/provenance.version={{.Version}}
|
||||||
@@ -94,7 +92,6 @@ builds:
|
|||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
- darwin
|
- darwin
|
||||||
- windows
|
|
||||||
|
|
||||||
goarch:
|
goarch:
|
||||||
- amd64
|
- amd64
|
||||||
|
|||||||
@@ -29,14 +29,17 @@ cp releasing/cloudbuild.yaml $config
|
|||||||
# in the kustomize/dist directory.
|
# in the kustomize/dist directory.
|
||||||
sed -i "s|# - '--snapshot|- '--snapshot|" $config
|
sed -i "s|# - '--snapshot|- '--snapshot|" $config
|
||||||
|
|
||||||
echo "Executing cloud-build-local with:"
|
echo "Executing cloud-build-local with config file $config :"
|
||||||
echo "========================="
|
echo "========================="
|
||||||
cat $config
|
cat $config
|
||||||
echo "========================="
|
echo "========================="
|
||||||
|
|
||||||
|
workspace=~/cloud-build-local-workspace
|
||||||
|
|
||||||
cloud-build-local \
|
cloud-build-local \
|
||||||
--config=$config \
|
--config=$config \
|
||||||
--substitutions=TAG_NAME=$1 \
|
--substitutions=TAG_NAME=$1 \
|
||||||
|
--write-workspace=$workspace \
|
||||||
--dryrun=false \
|
--dryrun=false \
|
||||||
.
|
.
|
||||||
|
|
||||||
@@ -47,3 +50,5 @@ echo "Result of local build:"
|
|||||||
echo "##########################################"
|
echo "##########################################"
|
||||||
tree ./$module/dist
|
tree ./$module/dist
|
||||||
echo "##########################################"
|
echo "##########################################"
|
||||||
|
tree ./$workspace
|
||||||
|
echo "##########################################"
|
||||||
|
|||||||
Reference in New Issue
Block a user