Skip to content

Commit 9deba5a

Browse files
authored
Merge pull request quarkusio#47608 from holly-cummins/update-docs-for-mandrel
Remove stale references to Mandrel not being supported
2 parents 43be342 + 816efb0 commit 9deba5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/main/asciidoc/building-native-image.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ This is particularly important when it comes to conformance and security.
7575

7676
* Mandrel is recommended for building native executables that target Linux containerized environments.
7777
This means that Mandrel users are encouraged to use containers to build their native executables.
78-
If you are building native executables for macOS,
78+
If you are building native executables for macOS on amd64/x86,
7979
you should consider using Oracle GraalVM instead,
8080
because Mandrel does not currently target this platform.
81-
Building native executables directly on bare metal Linux or Windows is possible,
81+
Building native executables directly on bare metal Linux, macOS (on M processors), or Windows is possible,
8282
with details available in the https://github.com/graalvm/mandrel/blob/default/README.md[Mandrel README]
8383
and https://github.com/graalvm/mandrel/releases[Mandrel releases].
8484

@@ -111,7 +111,7 @@ We recommend the _community edition_ of GraalVM. For example, install it with `s
111111
export GRAALVM_HOME=$HOME/Development/mandrel/
112112
----
113113
+
114-
On macOS (not supported by Mandrel), point the variable to the `Home` sub-directory:
114+
On macOS (amd64/x86 based Macs not supported), point the variable to the `Home` sub-directory:
115115
+
116116
[source,bash]
117117
----

0 commit comments

Comments
 (0)