Skip to content

Commit 6c48a14

Browse files
update readme/docs for arm64/armhf linux support
1 parent 104cccd commit 6c48a14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Basic HTTP authentication support|✓|✓|✓
4747
Proxy support|✓|✓|✓
4848
`amd64` support|✓|✓|✓
4949
`x86` support|✓|_N/A_|✗
50-
`arm64` support|best effort|✓|best effort, no packages
51-
`armhf` support|_N/A_|_N/A_|best effort, no packages
50+
`arm64` support|best effort|✓|✓
51+
`armhf` support|_N/A_|_N/A_|✓
5252

5353
(\*) GCM guarantees support only for [the Linux distributions that are officially
5454
supported by dotnet][dotnet-distributions].

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To build from the command line, run:
5454
dotnet build -c LinuxDebug
5555
```
5656

57-
If you want to build for a specific architecture, you can provide `linux-x64` or `linux-arm64` as the runtime:
57+
If you want to build for a specific architecture, you can provide `linux-x64` or `linux-arm64` or `linux-arm` as the runtime:
5858

5959
```shell
6060
dotnet build -c LinuxDebug -r linux-arm64

0 commit comments

Comments
 (0)