mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
build: remove 32 bit builds (#11941)
All builds are now 64 bit, which is what we want to support from 6.0 onward.
This commit is contained in:
parent
9b87c98bf9
commit
c57a775060
9 changed files with 27 additions and 71 deletions
|
@ -106,7 +106,6 @@ ifeval::["{release-state}"!="unreleased"]
|
|||
|
||||
The Debian package for Kibana v{version} can be downloaded from the website and installed as follows:
|
||||
|
||||
*64 bit:*
|
||||
["source","sh",subs="attributes"]
|
||||
--------------------------------------------
|
||||
wget https://artifacts.elastic.co/downloads/kibana/kibana-{version}-amd64.deb
|
||||
|
@ -116,16 +115,6 @@ sudo dpkg -i kibana-{version}-amd64.deb
|
|||
<1> Compare the SHA produced by `sha1sum` or `shasum` with the
|
||||
https://artifacts.elastic.co/downloads/kibana/kibana-{version}-amd64.deb.sha1[published SHA].
|
||||
|
||||
*32 bit:*
|
||||
["source","sh",subs="attributes"]
|
||||
--------------------------------------------
|
||||
wget https://artifacts.elastic.co/downloads/kibana/kibana-{version}-i386.deb
|
||||
sha1sum kibana-{version}-i386.deb <1>
|
||||
sudo dpkg -i kibana-{version}-i386.deb
|
||||
--------------------------------------------
|
||||
<1> Compare the SHA produced by `sha1sum` or `shasum` with the
|
||||
https://artifacts.elastic.co/downloads/kibana/kibana-{version}-i386.deb.sha1[published SHA].
|
||||
|
||||
endif::[]
|
||||
|
||||
include::init-systemd.asciidoc[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue