Skip to content

Commit fd2f4a3

Browse files
committedDec 15, 2022
Adds Works on ARM banner
1 parent bd852ea commit fd2f4a3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Mandrel's `native-image` also doesn't include the following features:
1818
* Support for generating static native images, i.e., the `--static` option.
1919
* Support for non JVM-based languages and polyglot, i.e., the `--language:<languageId>` option.
2020

21-
Mandrel is also built slightly differently to GraalVM, using the standard OpenJDK project release of jdk11u.
21+
Mandrel is also built slightly differently to GraalVM, using the standard OpenJDK project release of jdk17u.
2222
This means it does not profit from a few small enhancements that Oracle have added to the version of OpenJDK used to build their own GraalVM downloads.
2323
Most of these enhancements are to the JVMCI module that allows the Graal compiler to be run inside OpenJDK.
2424
The others are small cosmetic changes to behaviour.
@@ -65,3 +65,12 @@ apt install g++ zlib1g-dev libfreetype6-dev
6565
For building Mandrel from source please see [mandrel-packaging](https://github.com/graalvm/mandrel-packaging)
6666
and consult [Repository Structure in CONTRIBUTING.md](CONTRIBUTING.md#repository-structure) regarding which branch of Mandrel to use.
6767

68+
# Community
69+
Empowering Software Development with Works on Arm Initiative
70+
![Works on Arm logo](img/works_on_arm_900x77.png)
71+
[Works on Arm](https://www.arm.com/solutions/infrastructure/works-on-arm) is a strategic initiative to enable and accelerate the
72+
software ecosystem for Arm64.
73+
74+
[GraalVM's](https://www.graalvm.org/) [Mandrel](https://github.com/graalvm/mandrel) distribution that
75+
powers [Quarkus Native](https://quarkus.io/guides/building-native-image) proudly counts itself among the libraries and
76+
tools that successfully leveraged the resources from Works on Arm.

‎img/works_on_arm_900x77.png

29.1 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.