10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a495b1 commit e1c06caCopy full SHA for e1c06ca
localstack-core/localstack/packages/java.py
@@ -77,6 +77,8 @@ def _get_install_marker_path(self, install_dir: str) -> str:
77
return os.path.join(install_dir, "bin", "java")
78
79
def _get_download_url(self) -> str:
80
+ # Note: Eclipse Temurin does not provide Mac aarch64 Java 8 builds.
81
+ # See https://adoptium.net/en-GB/supported-platforms/
82
try:
83
LOG.debug("Determining the latest Java build version")
84
return self._download_url_latest_release()
0 commit comments