Adding arm64 (aarch64 architecture)

This commit is contained in:
AndersFluur 2019-01-02 14:35:27 +01:00 committed by GitHub
parent f7c7b58a78
commit fb64be7b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -176,6 +176,7 @@ the repository.
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" data-target="#x86_64_repo">x86_64 / amd64</a></li>
<li><a data-toggle="tab" data-target="#armhf">armhf</a></li>
<li><a data-toggle="tab" data-target="#arm64">arm64</a></li>
<li><a data-toggle="tab" data-target="#ppc64le_repo">IBM Power (ppc64le)</a></li>
<li><a data-toggle="tab" data-target="#s390x_repo">IBM Z (s390x)</a></li>
</ul>
@ -199,6 +200,16 @@ the repository.
stable"
```
</div>
<div id="arm64" class="tab-pane fade" markdown="1">
```bash
$ sudo add-apt-repository \
"deb [arch=arm64] {{ download-url-base }} \
$(lsb_release -cs) \
stable"
```
</div>
<div id="ppc64le_repo" class="tab-pane fade" markdown="1">