Skip to content

Commit

Permalink
Add platforms option for multi-platform build support
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Dec 19, 2023
1 parent 2a53b2f commit 72c2a01
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/amphitheatre-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.3
version: 0.4.0
6 changes: 6 additions & 0 deletions charts/amphitheatre-crds/templates/actor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ spec:
type: string
nullable: true
type: array
platforms:
description: The platforms to build the image for.
items:
type: string
nullable: true
type: array
type: object
deploy:
description: Describes how images are deploy.
Expand Down
6 changes: 6 additions & 0 deletions charts/amphitheatre-crds/templates/character.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ spec:
type: string
nullable: true
type: array
platforms:
description: The platforms to build the image for.
items:
type: string
nullable: true
type: array
type: object
deploy:
description: Describes how images are deploy.
Expand Down
12 changes: 12 additions & 0 deletions charts/amphitheatre-crds/templates/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ spec:
type: string
nullable: true
type: array
platforms:
description: The platforms to build the image for.
items:
type: string
nullable: true
type: array
type: object
deploy:
description: Describes how images are deploy.
Expand Down Expand Up @@ -330,6 +336,12 @@ spec:
type: string
nullable: true
type: array
platforms:
description: The platforms to build the image for.
items:
type: string
nullable: true
type: array
type: object
deploy:
description: Describes how images are deploy.
Expand Down

0 comments on commit 72c2a01

Please sign in to comment.