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

Apple M1 cannot build the camel-quarkus project #2762

Closed
davsclaus opened this issue Jun 10, 2021 · 2 comments
Closed

Apple M1 cannot build the camel-quarkus project #2762

davsclaus opened this issue Jun 10, 2021 · 2 comments
Assignees
Milestone

Comments

@davsclaus
Copy link
Contributor

Its due to the grpc extension does not have mac aarch64 binary, so you need to disable this, we do this at the camel-grpc component
https://github.com/apache/camel/blob/main/components/camel-grpc/pom.xml#L164

@jamesnetherton
Copy link
Contributor

Opened an enhancement request to see if aarch64 could be supported quarkusio/quarkus#17886.

@jamesnetherton jamesnetherton self-assigned this Aug 4, 2021
@jamesnetherton
Copy link
Contributor

This was fixed in cb05578.

@ppalaga ppalaga added this to the 2.2.0 milestone Oct 22, 2021
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

3 participants