You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running my app in a docker on MacOs I get this error:
System.DllNotFoundException: Unable to load shared library 'libmagic-1' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable:
/usr/share/dotnet/shared/Microsoft.NETCore.App/9.0.0/libmagic-1.so: cannot open shared object file: No such file or directory
/app-backend/libmagic-1.so: cannot open shared object file: No such file or directory
When I inspect the content of my container I see no runtime for the current architecture (linux container running on an M2 ARM chip from Apple):
Do you plan to support linux-arm64 ?
The text was updated successfully, but these errors were encountered:
Hi,
When running my app in a docker on MacOs I get this error:
When I inspect the content of my container I see no runtime for the current architecture (linux container running on an M2 ARM chip from Apple):
![image](https://private-user-images.githubusercontent.com/17527962/401305002-1f4ae31e-64ed-4c41-93b7-0b7811c3ee7a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NDIzNjcsIm5iZiI6MTczOTU0MjA2NywicGF0aCI6Ii8xNzUyNzk2Mi80MDEzMDUwMDItMWY0YWUzMWUtNjRlZC00YzQxLTkzYjctMGI3ODExYzNlZTdhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE0MDc0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ3MTEzYTRhZWE2MjU0YjA5NWY3ZjYxOTAzOTlkMzhlYmU2YzkwNWM5MmQzMzBjMTM5MGZiZTJhNGZlMGIwN2UmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.x_uj0ltJsWOi7I64cCxA4K-E9PmATH6-bOzvrhl2dZA)
Do you plan to support linux-arm64 ?
The text was updated successfully, but these errors were encountered: