-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
I am trying to convert my quarkus jar file using graalvm native image. However, it gives an error like
Error: Platform specified as windows-amd64 isn't supported. Error: Image build request failed with exit status 1
My Environment is like :
- OS : Windows 10 Home Single Languaage (19045.2604) (Language : Turkish)
- GraalVM : ce-java11-22.1.0 (Windows amd64)
- Microsoft Visual Studio Build Tools 2019 (16.11.24)
- Maven 3.8.1
- x64 Native Tools Command Prompt for VS 2019
There is no problem with another pc having environment like this :
- OS : Windows 10 Pro (19045.2604) (Language : English)
- GraalVM : ce-java11-22.1.0 (Windows amd64)
- Microsoft Visual Studio Build Tools 2019 (16.11.24)
- Maven 3.8.1
- x64 Native Tools Command Prompt for VS 2019
Is language or windows type or any other thing problem ?