10000 Add a comment · localstack/localstack@e1c06ca · GitHub
[go: up one dir, main page]

Skip to content

Commit e1c06ca

Browse files
Add a comment
1 parent 3a495b1 commit e1c06ca

File tree

1 file changed

+2
-0
lines changed
  • localstack-core/localstack/packages

1 file changed

+2
-0
lines changed

localstack-core/localstack/packages/java.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ def _get_install_marker_path(self, install_dir: str) -> str:
7777
return os.path.join(install_dir, "bin", "java")
7878

7979
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/
8082
try:
8183
LOG.debug("Determining the latest Java build version")
8284
return self._download_url_latest_release()

0 commit comments

Comments
 (0)
0