Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running on ARM platform #65

Open
lucaspal opened this issue Dec 12, 2023 · 1 comment
Open

Error when running on ARM platform #65

lucaspal opened this issue Dec 12, 2023 · 1 comment
Labels
feature request New feature or request

Comments

@lucaspal
Copy link

lucaspal commented Dec 12, 2023

I plan to self host the service on a arm based VPS. The aptabase_app container spins up but in an error state

When executing docker compose up I get the following warning:

 ! aptabase The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested               0.0s 

The container logs are the following:

exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error
exec /usr/bin/dotnet: exec format error

While the warning is not necessarily a blocking issue (but it makes sense to add the platform as supported once this is fixed), the error makes the app unusable.

EDIT: I am trying to run it on a aarch64 based machine

@goenning
Copy link
Member

Yeah we only have x64 images at the moment, so that error is expected.
I'm not very familiar with multi-arch images though in dotnet though

@goenning goenning added the feature request New feature or request label Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants