dotnet / install-scripts

MIT License
133 stars 72 forks source link

Fail on unsupported ARM architecture levels #455

Closed GangWang01 closed 6 months ago

GangWang01 commented 6 months ago

Fix

444

Solution

Split armv6 or below from the case arm in getting machine architecture. Then fail if the architecture is armv6 or below.

YuliiaKovalova commented 6 months ago

@GangWang01 thank you!