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 has been archived by the owner on Oct 7, 2024. It is now read-only.
Despite the fact that Graal has released builds for arm64 as of 21.0, it looks like this plugin is not respecting my architecture and always defaulting to amd64
Despite the fact that Graal has released builds for arm64 as of 21.0, it looks like this plugin is not respecting my architecture and always defaulting to amd64
gradle-graal/src/main/java/com/palantir/gradle/graal/DownloadGraalTask.java
Lines 132 to 139 in db34e6e
Note that the presence of the substring
"64"
does not differentiate between amd64 and aarch64 (arm64).gradle-graal/src/main/java/com/palantir/gradle/graal/Platform.java
Lines 47 to 53 in db34e6e
The text was updated successfully, but these errors were encountered: