Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 5ace5ab

Browse files
authored
Merge pull request #2 from paketo-community/automation/builder-toml
Updating builder.toml
2 parents 0db26af + b45236d commit 5ace5ab

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

builder.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ description = "Ubuntu 24.04 Noble Numbat tiny image with only Java buildpacks in
1212
version = "0.20.0"
1313

1414
[[order]]
15+
1516
[[order.group]]
1617
id = "paketo-buildpacks/java-native-image"
1718
version = "9.8.0"
1819

1920
[[order]]
21+
2022
[[order.group]]
2123
id = "paketo-buildpacks/java"
2224
version = "15.2.0"
@@ -28,9 +30,9 @@ description = "Ubuntu 24.04 Noble Numbat tiny image with only Java buildpacks in
2830
run-image-mirrors = []
2931

3032
[[targets]]
31-
os = "linux"
3233
arch = "amd64"
34+
os = "linux"
3335

3436
[[targets]]
37+
arch = "arm64"
3538
os = "linux"
36-
arch = "arm64"

0 commit comments

Comments
 (0)