-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Cannot produce a Linux executable #23676
Comments
I suppose you have googled something like MacBook Pro M1 docker "exec format error"? |
Yes, and went down the deep rabbithole that comes with it. I have tried every single solution out there. However, This issue is not about the M1, since i already created a VM that runs Linux Debian, which should have the known chip architecture. |
Hi! When using
results from running a Further, it seems there is no ARM variant available for this image. quarkusio/quarkus-images#83 is probably the right issue to track this development. One of the comments on that issue also links to a blogpost showing how to use a custom ARM image for this purpose. |
Thank you very much for your input. I will take a look at this other issue! |
Dear Community,
I'm new to Quarkus, and I am trying to follow along the getting-started guides. My goal is to build a Linux executable, so I can run it inside a docker container.
I'm running a Debian Linux Machine on my MacBook Pro M1, since I have read that there are issues compiling native executables on Android Silicon Chips.
Here is an overview of my machine's architecture:
I installed the GraalVM and Java, as recommended by the GraalVM getting started website. Here is a Screenshot of my environment Variables:
Also Docker is running without Issues on my Machine:
I know that i can use the mvn wrapper to execute mvn goals, I installed it anyways:
Here is the Issue. When I'm trying to build a native image with:
Everything works fine and I get my *runnable.
However when i try to build a general linux image with this command
i get following output:
I have googled for days now and can't find a solution. Can someone tell me what im doing wrong?
Thanks so much in advance!
The text was updated successfully, but these errors were encountered: