Skip to content

Commit

Permalink
Bump JDK 17 ARM64 from 17.0.11 to 17.0.11
Browse files Browse the repository at this point in the history
Bumps JDK 17 ARM64 from 17.0.11 to 17.0.11.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
paketo-bot authored and github-actions[bot] committed Apr 18, 2024
1 parent ac09aed commit 88e6ccf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ api = "0.7"
type = "Apache-2.0"
uri = "https://github.com/paketo-buildpacks/oracle/blob/main/LICENSE"

[[targets]]
os = "linux"
arch = "amd64"

[[targets]]
os = "linux"
arch = "arm64"

[metadata]
include-files = ["LICENSE", "NOTICE", "README.md", "linux/amd64/bin/build", "linux/amd64/bin/detect", "linux/amd64/bin/main", "linux/amd64/bin/helper", "linux/arm64/bin/build", "linux/arm64/bin/detect", "linux/arm64/bin/main", "linux/arm64/bin/helper", "buildpack.toml"]
pre-package = "scripts/build.sh"
Expand Down Expand Up @@ -235,7 +227,7 @@ arch = "arm64"
id = "jdk"
name = "Oracle JDK"
purl = "pkg:generic/[email protected]?arch=arm64"
sha256 = "blank"
sha256 = "7f1e921f932bd7e372cbbd277807bbba774022558f2aa979fafcdced5d24619f"
stacks = ["*"]
uri = "https://download.oracle.com/java/17/archive/jdk-17.0.11_linux-aarch64_bin.tar.gz"
version = "17.0.11"
Expand Down Expand Up @@ -316,3 +308,11 @@ arch = "arm64"

[[stacks]]
id = "*"

[[targets]]
arch = "amd64"
os = "linux"

[[targets]]
arch = "arm64"
os = "linux"

0 comments on commit 88e6ccf

Please sign in to comment.