Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix support for Zulu arm64 architecture #339

Merged
merged 1 commit into from Jun 10, 2022
Merged

Fix support for Zulu arm64 architecture #339

merged 1 commit into from Jun 10, 2022

Commits on Jun 7, 2022

  1. Fix support for Zulu arm64 architecture

    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.
    Pawel Palucha committed Jun 7, 2022
    Copy the full SHA
    1c449b9 View commit details
    Browse the repository at this point in the history