mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Add aarch64 docs
This commit is contained in:
@@ -12,6 +12,7 @@ This is a **work in progress**.
|
||||
* [Documentation - i686][i686]
|
||||
* [Documentation - x86\_64][x86_64]
|
||||
* [Documentation - arm][arm]
|
||||
* [Documentation - aarch64][aarch64]
|
||||
* [How to get started][contrib]
|
||||
* [How to help implement intrinsics][help-implement]
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@ dox() {
|
||||
dox i686 i686-unknown-linux-gnu
|
||||
dox x86_64 x86_64-unknown-linux-gnu
|
||||
dox arm armv7-unknown-linux-gnueabihf
|
||||
dox aarch64 aarch64-unknown-linux-gnu
|
||||
|
||||
# If we're on travis, not a PR, and on the right branch, publish!
|
||||
if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then
|
||||
|
||||
Reference in New Issue
Block a user