Ilya Zuyev
cb31ce2e7d
remove kvm2-arm64 rpm
2021-06-25 10:08:40 -07:00
Ilya Zuyev
0033bf7ed3
make targets for deb and rpm
2021-06-24 20:02:21 -07:00
Medya Ghazizadeh
c136fe3cfd
Merge pull request #11060 from afbjorklund/retro-arch
...
Allow building minikube for outdated architectures
2021-05-11 12:22:03 -07:00
Anders F Björklund
ac624bff80
Add missing arm64 tarballs to the release page
...
The arm64 build targets for the drivers are currently missing,
but they should be downloaded at runtime anyway so exclude them.
2021-05-09 10:11:22 +02:00
Anders F Björklund
9fded7695f
Add retro binaries to the all target and release
2021-04-18 13:10:50 +02:00
Anders F Björklund
93aae1fb81
Add deb/rpm packaging for arm32/armv7 as well
2021-03-15 08:54:35 +01:00
Anders F Björklund
7789bdfc35
Refactor: use variables for package revisions
2021-03-15 07:35:39 +01:00
Anders F Björklund
2f8070ace1
Add rpm and deb packaging for ppc64le and s390x
2021-03-15 07:30:07 +01:00
Ilya Zuyev
61a596debe
jenkins scripts: check if built version reports dirty commit id
2021-03-03 15:54:46 -08:00
Anders F Björklund
76612f669c
Remove duplicate binaries from build internals
...
Due to difference in how things are named between different
operating systems <sigh>, we make multiple copies of files.
But we don't need to upload these extras to the release dir,
since they only risk confusing users further (and lack sha256).
2021-02-09 20:07:11 +01:00
Ilya Zuyev
d621609828
do not set BUILD_IMAGE in hack/jenkins/release_build_and_upload.sh
2021-01-26 18:01:15 -08:00
Ilya Zuyev
eaf4f96304
update jenkins build scripts
2021-01-26 13:07:13 -08:00
Anders F Björklund
318bdcd788
Add linux packages for the arm64 architecture
...
In addition to the already existing amd64 packages
2020-12-05 10:37:59 +01:00
Anders F Björklund
92cce721aa
Make storage-provisioner available for all arch
...
Always use architecture when building the image.
When developing locally, tag the image with version
(this tag now refers to the local host architecture)
When making a release, make a manifest with version
(this manifest now lists all supported architectures)
Don't use architecture, when specifying "image:".
2020-09-27 19:40:42 +02:00
Sharif Elgamal
d0f17a4886
skip building gvisor and storage provisioner on release for now
2020-09-03 12:11:50 -07:00
Thomas Stromberg
60f8386f82
release scripts: use dash instead of underscore for RPM filenames
2020-05-12 08:58:18 -07:00
Thomas Stromberg
c89b2f5943
Add unversioned names to avoid updating upstream docs each release
2020-05-01 16:13:25 -07:00
Priya Wadhwa
e068a498f5
Verify ISO exists before releasing binaries
2020-04-21 10:59:01 -07:00
tstromberg
4776bb7a2d
Set GOPATH for the entire script
2020-02-05 10:18:17 -08:00
Anders Björklund
a9af9d0bd3
Use the complete filenames for the packages ( #6283 )
...
Follow standard file naming practices, for each package manager.
This opens up for allowing additional architectures, in future.
2020-01-29 16:15:32 -08:00
tstromberg
7632ff9731
Rebuild docker images for each release
2020-01-08 09:47:21 -08:00
tstromberg
c6cfd64ec2
Add - for ~ replacement in release_build_and_upload
2019-09-05 15:03:35 -07:00
tstromberg
e3ad0bb20e
Set GOPATH, add diagnostics
2019-09-05 10:23:37 -07:00
Thomas Stromberg
fe6527f8d5
Only call gsutil for non-alpha/beta releases, remove invalid GOPATH
2019-09-04 11:37:04 -07:00
Medya Gh
fda017d7b3
remove default, fix indent, set pipefail
2019-08-16 10:21:08 -07:00
Medya Ghazizadeh
8b7b06f8ca
Update release_build_and_upload.sh
2019-08-15 17:42:15 -07:00
Medya Ghazizadeh
c02ea8eb40
Update release_build_and_upload.sh
2019-08-15 15:56:19 -07:00
Medya Gh
6ace05d38b
add go install to both release and cross build
2019-08-15 15:07:15 -07:00
Medya Gh
dba55201b0
Ensure specific golang version is installed on build agents
2019-08-15 13:46:25 -07:00
Anders F Björklund
a1e1090422
Add linux packaging for the kvm2 driver binary
2019-07-14 09:28:27 +02:00
Anders F Björklund
3becc78d5e
Build rpm package as part of the release process
2019-02-26 19:58:12 +01:00
Anders F Björklund
2acf369bae
Fix versioning of the deb package, remove revision
...
Closes #3741
2019-02-24 20:36:10 +01:00
dlorenc
15b035748c
Manual changes to remove localkube.
2018-07-24 12:36:42 -07:00
Matt Rickard
a3f3d8f9fe
Calculate checksum in release job
2017-11-30 09:32:35 -08:00
Matt Rickard
470eacce07
Update release scripts
...
* Upload hyperkit and kvm2 drivers
* Cosmetic fixes
* Build in parallel
* Upload in parallel
2017-10-26 17:01:57 -07:00
Matt Rickard
60a0589205
Always build in docker the binaries
2017-09-18 10:58:34 -07:00
Aaron Prindle
20f99fc500
Add additional localkube-dind docker image.
2017-08-16 15:30:07 -07:00
Matt Rickard
b01d3efbca
Set gopath in release script
2017-07-25 17:03:43 -07:00
Matt Rickard
f99888219f
Switch cross builds to use BUILD_IN_DOCKER
...
minikube-linux-amd64 and minikube-darwin-amd64 cannot be cross built
natively on different platforms and must be built in the container.
2017-06-29 11:24:57 -07:00
Xinbo Weng
c76ad1cf81
fix some typos
...
Signed-off-by: Xinbo Weng <xihuanbo_0521@zju.edu.cn>
fix my errors
Signed-off-by: Xinbo Weng <xihuanbo_0521@zju.edu.cn>
2016-12-24 13:20:18 +08:00
Xinbo Weng
f91f428634
fix duplicated 'the' and some 'a/an' errors
...
Signed-off-by: Xinbo Weng <xihuanbo_0521@zju.edu.cn>
2016-12-23 19:46:04 +08:00
Aaron Prindle
6c03d96042
Fixed file contents for release build and upload shell script
2016-10-12 15:34:55 -07:00
Aaron Prindle
b838813187
Added appropriate executable permissions (755) in github shell scripts so jenkins can run them w/o modifying
2016-10-11 13:50:30 -07:00
Aaron Prindle
602fd82bd3
Adding Jenkins files to /hack/jenkins After this commit goes throught, changes to jenkins should be made to use the scripts in this /hack/jenkins folder directly
2016-10-11 11:41:27 -07:00