-
Notifications
You must be signed in to change notification settings - Fork 271
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
Devcontainer on Mac with Apple Silicon fails due to no AARCH64 support in Azure Functions Core Tools #12
Comments
Almost 2 months later... is there any update? Thanks for any info. |
I saw that there is now official support for Azure Functions on Apple silicon, so I'm hoping this is now fixed. I will take a look over the next few days. |
Facing same issue. |
This is sadly not fixed. For the devcontainer we need a Linux AARCH64 version, but it is not available yet. |
When commenting out the Azure Function Tools in // "ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {
// "version": "latest"
// } The question is: Do we need the function tools at all? I don't see the any Azure Functions stuff anymore in the repo. @MarkWme can't we just remove this? |
I have been thinking the same. I'm planning to review the whole repo again in the next week or so, so I'll take a look at this then and see if we can just remove this now. |
Running the dev container locally on a Mac with Apple Silicon will fail during the build of the container. The error will be similar to the following:
This is because there is currently no official release of Azure Functions Core Tools that supports installation inside of a container when running on Apple Silicon:
jlaundry/devcontainer-features#7
Azure/azure-functions-core-tools#3112
The text was updated successfully, but these errors were encountered: