Support architecture arm64
See original GitHub issueIs your feature request related to a problem? Please describe. We use several CI systems including arm64. Build stops with
/root/.nuget/packages/aspnetcore.sasscompiler/1.53.0/build/AspNetCore.SassCompiler.targets(11,5): error MSB4018: The "CompileSass" task failed unexpectedly. [/builds/[MASKED].csproj]
/root/.nuget/packages/aspnetcore.sasscompiler/1.53.0/build/AspNetCore.SassCompiler.targets(11,5): error MSB4018: System.ComponentModel.Win32Exception (8): An error occurred trying to start process '/root/.nuget/packages/aspnetcore.sasscompiler/1.53.0/build/../runtimes/linux-x64/sass' with working directory '/builds/[MASKED]'. Exec format error [/builds/[MASKED].csproj]
Describe the solution you’d like
Extend your GitHub Workflow update-sass
Describe alternatives you’ve considered None
Additional context None
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
doesn't support architecture 'arm64 ...
1 Answer. The packager does not publish packages for arm64 or armhf in that repository, only i386 and amd64. If you want this...
Read more >Skipping acquire of configured file '.. doesn't support ...
doesn't support architecture 'arm64' error. An answer in the man sources.list : The format for two one-line-style entries using the deb and deb- ......
Read more >What Is ARM64 & Why Should You Use It?
An ARM64 processor is an evolution of ARM architecture that includes servers, desktop PCs, and the internet of things (IoT).
Read more >doesn't support architecture 'arm64' · Issue #10154
Issue Description. I'm trying to install SDK and when i run this code in step 2 sudo add-apt-repository "deb ...
Read more >Device compatibility of app has been restricted
Under "Supported Architectures", iTunes Connect shows only arm64. This makes it so my app is not available to older devices (iPhone 5, iPad...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sleeuwen Our CI system is able to execute
AspNetCore.SassCompiler
. Thank you 👍Just quick question. Are you going to include macos-arm64 libraries for Apple Silicon Macs?