-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump JDK 17 ARM64 from 17.0.11 to 17.0.11
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
1 parent
ac09aed
commit 88e6ccf
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -316,3 +308,11 @@ arch = "arm64" | |
|
||
[[stacks]] | ||
id = "*" | ||
|
||
[[targets]] | ||
arch = "amd64" | ||
os = "linux" | ||
|
||
[[targets]] | ||
arch = "arm64" | ||
os = "linux" |