Skip to content

Commit 5a51bb2

Browse files
Merge pull request #1721 from carvel-dev/kbld-platform
add optional kbld platform selection option in App/Package specs
2 parents 0c75a49 + 920fcab commit 5a51bb2

File tree

6 files changed

+222
-160
lines changed

6 files changed

+222
-160
lines changed

config/config/crds.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,9 @@ spec:
560560
items:
561561
type: string
562562
type: array
563+
platform:
564+
description: Resolve to specific platform for image indexes (optional)
565+
type: string
563566
type: object
564567
kustomize:
565568
description: TODO implement kustomize
@@ -1187,6 +1190,9 @@ spec:
11871190
items:
11881191
type: string
11891192
type: array
1193+
platform:
1194+
description: Resolve to specific platform for image indexes (optional)
1195+
type: string
11901196
type: object
11911197
kustomize:
11921198
description: TODO implement kustomize

0 commit comments

Comments
 (0)