Merge pull request #1644 from SuperSandro2000/patch-1

Fix 32 bit arch name
This commit is contained in:
Mislav Marohnić 2020-09-09 13:57:48 +02:00 committed by GitHub
commit 011045a62a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
Packages downloaded from https://cli.github.com or from https://github.com/cli/cli/releases
are considered official binaries. We focus on a couple of popular Linux distros and
the following CPU architectures: `386`, `amd64`, `arm64`.
the following CPU architectures: `i386`, `amd64`, `arm64`.
Other sources for installation are community-maintained and thus might lag behind
our release schedule.