can't run published linux-64 single-file on AlpineLinux #110911
Labels
needs-area-label
An area label is needed to ensure this gets routed to the appropriate area owners
untriaged
New issue has not been triaged by the area owner
Description
run linux-64 single-file on AlpineLinux, shows "not found" error.
I tested it on Alpine 3.19 and 3.21 , both failed.
framework-dependent and self-contained both failed.
However, the same dotnet sdk and runtime version run normally on Fedora.
Publish options:
Reproduction Steps
I have written a small console application using .NET 8
Console.WriteLine("Hello, World!");
Console.WriteLine("Done");
Expected behavior
Runs on Fedora:
Actual behavior
Runs on Alpine:
Regression?
No response
Known Workarounds
No response
Configuration
dotnet version: 8.0.4
os: AlpineLinux 3.19 ,3.21
architecture: linux-x64
Other information
No response
The text was updated successfully, but these errors were encountered: