Skip to content
Discussion options

You must be logged in to vote

@sbeigel This could be a syntax problem. Try this:

[IMPORTANT]
.From ARM/64 to AMD/64
====
If you are using a Mac M1 or M2 (using an ARM64 CPU), you need to be aware that the native executable you will get using an in-container build will be a Linux executable, but using your host (ARM 64) architecture.
You can use emulation to force the architecture when using Docker with the following property:
[source, properties]
----
quarkus.native.container-runtime-options=--platform=linux/amd64
----
Be aware that it increases the compilation time... a …

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@sbeigel
Comment options

Comment options

You must be logged in to vote
1 reply
@sbeigel
Comment options

Comment options

You must be logged in to vote
3 replies
@codespearhead
Comment options

Answer selected by sbeigel
@sbeigel
Comment options

@codespearhead
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants