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:
Court Ewing 2017-05-25 16:15:25 -04:00 committed by GitHub
parent 9b87c98bf9
commit c57a775060
9 changed files with 27 additions and 71 deletions

View file

@ -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[]