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

Add support for arm64 processors #67

Closed
stevespringett opened this issue Dec 1, 2021 · 2 comments
Closed

Add support for arm64 processors #67

stevespringett opened this issue Dec 1, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@stevespringett
Copy link
Member

The Dockerfile uses a base image that supports x86_64 only. This should be updated to use a base image that is multi-arch.

Related to:

@coderpatros coderpatros added the enhancement New feature or request label Dec 14, 2021
@k3rnelpan1c-dev
Copy link
Contributor

k3rnelpan1c-dev commented Dec 19, 2021

Just a side note the mcr.microsoft.com/dotnet/aspnet does offer arm64, arm32 and amd64 architectures (see Full Tag List), the CI however only builds amd64 as far as I can tell.

@coderpatros
Copy link
Member

This should be resolved by #76. I can't test it myself. So if there are any issues running it please re-open this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants