File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ Basic HTTP authentication support|✓|✓|✓
47
47
Proxy support|✓ ; |✓ ; |✓ ;
48
48
` amd64 ` support|✓ ; |✓ ; |✓ ;
49
49
` 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|✓ ; |&# 10003 ;
51
+ ` armhf ` support|_ N/A_ |_ N/A_ |&# 10003 ;
52
52
53
53
(\* ) GCM guarantees support only for [ the Linux distributions that are officially
54
54
supported by dotnet] [ dotnet-distributions ] .
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ To build from the command line, run:
54
54
dotnet build -c LinuxDebug
55
55
```
56
56
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:
58
58
59
59
``` shell
60
60
dotnet build -c LinuxDebug -r linux-arm64
You can’t perform that action at this time.
0 commit comments