Skip to content

Commit 1729047

Browse files
committed
Create mulitarch noble builder
Use the base Ubuntu Noble images as our build and run images for mulitarch examples Signed-off-by: Aidan Delaney <[email protected]>
1 parent 57f3ee1 commit 1729047

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

builders/noble/builder.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ image = "cnbs/sample-base-build:noble"
4545
[[run.images]]
4646
image = "cnbs/sample-base-run:noble"
4747

48-
# Stack (deprecated) used to create the builder
49-
[stack]
50-
id = "io.buildpacks.samples.stacks.noble"
51-
build-image = "cnbs/sample-base-build:noble"
52-
run-image = "cnbs/sample-base-run:noble"
48+
[[targets]]
49+
arch = "amd64"
50+
os = "linux"
51+
52+
[[targets]]
53+
arch = "arm64"
54+
os = "linux"

0 commit comments

Comments
 (0)