From 5302649a316be4220534c0c4477a140117eeec34 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Mon, 29 Jan 2024 02:23:19 +0100 Subject: [PATCH] Add JDK for ARM64 --- manifest.toml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index cbc1d58..eeae3d7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,7 +19,7 @@ code = "https://github.com/TeamPiped/Piped" [integration] yunohost = '>= 11.2' -architectures = "all" +architectures = ["amd64", "arm64"] multi_instance = true ldap = false sso = false @@ -54,9 +54,11 @@ ram.runtime = "50M" autoupdate.strategy = "latest_github_commit" [resources.sources.jdk] - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.2%2B13/OpenJDK21U-jdk_x64_linux_hotspot_21.0.2_13.tar.gz" - sha256 = "454bebb2c9fe48d981341461ffb6bf1017c7b7c6e15c6b0c29b959194ba3aaa5" - + amd64.url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.2%2B13/OpenJDK21U-jdk_x64_linux_hotspot_21.0.2_13.tar.gz" + amd64.sha256 = "454bebb2c9fe48d981341461ffb6bf1017c7b7c6e15c6b0c29b959194ba3aaa5" + arm64.url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.2%2B13/OpenJDK21U-jdk_aarch64_linux_hotspot_21.0.2_13.tar.gz" + arm64.sha256 = "3ce6a2b357e2ef45fd6b53d6587aa05bfec7771e7fb982f2c964f6b771b7526a" + [resources.system_user] [resources.install_dir] @@ -71,4 +73,4 @@ ram.runtime = "50M" type = "postgresql" [resources.ports] - [resources.ports.proxy] \ No newline at end of file + [resources.ports.proxy]