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

Support arm64 Architecture #34

Open
bweber opened this issue Nov 12, 2021 · 3 comments
Open

Support arm64 Architecture #34

bweber opened this issue Nov 12, 2021 · 3 comments
Assignees

Comments

@bweber
Copy link

bweber commented Nov 12, 2021

Current image published only supports amd64, which crashes when used on new M1 Macbooks.

I was able to get this to work with the existing docker file locally using docker's buildx command and targeting multiple platforms:

https://docs.docker.com/buildx/working-with-buildx/#build-multi-platform-images

It appears that since you are using Azure DevOps for CI, it can be achieved similar to this: https://www.frakkingsweet.com/build-multi-architecture-images-in-azure-devops/

It looks like your existing containers for the build and runtime images already support arm64 architecture.

@StefH
Copy link
Contributor

StefH commented Nov 12, 2021

Can you make a PR?

@StefH
Copy link
Contributor

StefH commented Jul 15, 2023

@bweber
Did you have time to make a PR for this?

Else I'll close this issue.

@StefH StefH self-assigned this Nov 25, 2024
@StefH
Copy link
Contributor

StefH commented Nov 25, 2024

@bweber
Can you check version 1.6.8 ?

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

No branches or pull requests

2 participants