You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: standalone/README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,13 @@ The parameters are the same as for the [SQLcl command `tvdformat`](../sqlcl/READ
31
31
32
32
A native image is a platform specific executable. It does not require a JDK at runtime. A native image uses less resources and is faster. The following images can be produced with a GraalVM JDK 17:
33
33
34
-
OS | amd64 (Intel)? | aarch64 (ARM)? |
35
-
------- | :-------------: | :------------: |
36
-
macOS | yes | yes |
37
-
Linux | yes | yes |
38
-
Windows | yes | - |
34
+
|OS | amd64 (Intel)? | aarch64 (ARM)? |
35
+
|---------|:--------------:|:--------------:|
36
+
|macOS |yes|yes|
37
+
|Linux |yes|yes|
38
+
|Windows |yes|-|
39
39
40
-
Currently there is no way to produce an ARM based (aarch64) native image for Windows.
40
+
Currently, there is no way to produce an ARM based (aarch64) native image for Windows.
41
41
42
42
Native images are not part of a release. You have to build them yourself as described [below](#how-to-build).
43
43
@@ -82,14 +82,14 @@ The parameters are the same as for the [executable JAR](#executable-jar).
82
82
83
83
You can define the following optional parameters:
84
84
85
-
| Parameter | Value | Meaning |
86
-
| -------------------------- | ------- |-------|
87
-
| `skip.native` | `true` | Do not produce a native image (default) |
0 commit comments