Commit Graph

7 Commits

Author SHA1 Message Date
Derek Nola 6b79b9ed62
Don't package empty windows folder (#3970)
Signed-off-by: Derek Nola <derek.nola@suse.com>
2023-03-13 09:39:05 -07:00
Jossemar Cordero ada8476efc
ignore windows binaries when creating linux bundle (#2928) 2022-05-18 16:35:40 -06:00
Jacob Blain Christen ae7f249eb7
tarball: strip the binary that is shipped (#416)
Addresses #415
2020-10-01 16:16:22 -07:00
Jacob Blain Christen 488bab0f48
install: nuthin but tarball (and rpm) (#322)
Remove use of makeself. Our installations options are RPM or tarball
extraction to /usr/local. Also:

- update install.sh
- update installation section of readme
- include both rke2-server.service and rke2-agent.service
2020-09-15 11:39:04 -07:00
Jacob Blain Christen b459d18894
installer: refactor install script (#220)
Make the install script simpler by leveraging a self-extracting tarball
built with makeself. This adds a new release artifact,
rke2-installer.${GOOS}-${GOARCH}.run, that is a self-extracting version
of the tarball artifact. The install, killall, and uninstall logic has
been moved into this artifact which ends up on hosts, by default, in the
/usr/local/share/rke2/scripts directory.

The install.sh at the root of the repository has been simplified. It
will attempt to detect if yum is available and install via that method.
Lacking yum, it will download and invoke the self-extracting tarball.
2020-08-26 17:46:34 -07:00
Jacob Blain Christen b4d0ad8ad7
build/ci: fix it (#209)
Did some refactoring so that the correct version is passed into the
kubernetes build, among other things.
2020-08-20 04:27:45 -07:00
Jacob Blain Christen 22a6e8bd4d
package: add tarball bundle to dist/artifacts (#202) 2020-08-19 14:45:34 -07:00