Skip to content

Commit

Permalink
🌱 increaset goreleaser for snapshot time in 30 min
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed May 12, 2022
1 parent 8e47721 commit 3969f23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/cloudbuild_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ steps:
entrypoint: "bash"
env: ["SNAPSHOT=1"]
args: ["build/build_kubebuilder.sh"]
timeout: 30m
- name: "ubuntu"
args: ["tar", "-zcvf", "kubebuilder_linux_amd64.tar.gz", "-C", "dist/kubebuilder_linux_amd64_v1", "kubebuilder"]
- name: "gcr.io/cloud-builders/gsutil"
Expand All @@ -43,4 +44,5 @@ steps:
args: ["tar", "-zcvf", "kubebuilder_darwin_arm64.tar.gz", "-C", "dist/kubebuilder_darwin_arm64", "kubebuilder"]
- name: "gcr.io/cloud-builders/gsutil"
args: ["-h", "Content-Type:application/gzip", "cp", "kubebuilder_darwin_arm64.tar.gz", "gs://kubebuilder-release/kubebuilder_master_darwin_arm64.tar.gz"]
timeout: '3600s'


0 comments on commit 3969f23

Please sign in to comment.