Fix support for Zulu arm64 architecture by ppalucha · Pull Request #339 · actions/setup-java

Azul API stopped to support arm64 architecture, the only supported
option for ARM cpus is now 'arm'. This requires to set up hw_bitness
properly to get 64 bits version. 32 bits version can be obtained by
using 'arm' as an architecture.

@ppalucha requested a review from a team

June 7, 2022 20:52

e-korolevskii

dmitry-shibanov

marko-zivic-93

@ppalucha ppalucha deleted the pp/fix-arm64-architecture branch

June 10, 2022 08:06

tdfacer pushed a commit to ifit/setup-java that referenced this pull request

Oct 7, 2025
…ecture

Fix support for Zulu arm64 architecture