fix arch
This commit is contained in:
parent
ed9f3eb041
commit
7a0d2fd240
1 changed files with 2 additions and 1 deletions
3
build.py
3
build.py
|
@ -123,8 +123,9 @@ def package_native(project):
|
||||||
"--no-fallback " +
|
"--no-fallback " +
|
||||||
"--features=clj_easy.graal_build_time.InitClojureClasses " +
|
"--features=clj_easy.graal_build_time.InitClojureClasses " +
|
||||||
"-jar target/uberjar/" + project.name + "-standalone.jar " +
|
"-jar target/uberjar/" + project.name + "-standalone.jar " +
|
||||||
|
"-march=compatibility " +
|
||||||
"-H:IncludeResources=.*.yaml " +
|
"-H:IncludeResources=.*.yaml " +
|
||||||
"-H:IncludeResources=.*.xml " +
|
"-H:IncludeResources=logback.xml " +
|
||||||
"-H:Log=registerResource:verbose " +
|
"-H:Log=registerResource:verbose " +
|
||||||
"-H:Name=target/graalvm/" + project.name + "",
|
"-H:Name=target/graalvm/" + project.name + "",
|
||||||
shell=True,
|
shell=True,
|
||||||
|
|
Loading…
Reference in a new issue