File tree 2 files changed +1
-12
lines changed
docs-v2/content/en/schemas
pkg/skaffold/schema/latest
2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 700
700
},
701
701
"type" : " array" ,
702
702
"description" : " configure the --platforms flag for `bazel build` based on the configured skaffold target platform." ,
703
- "x-intellij-html-description" : " configure the --platforms flag for <code>bazel build</code> based on the configured skaffold target platform." ,
704
- "examples" : [
705
- " ``yaml platforms: - platform: linux/amd64 target: //platforms:linux-x86_64 - platform: linux/arm64 target: //platforms:linux-arm64 ``"
706
- ]
703
+ "x-intellij-html-description" : " configure the --platforms flag for <code>bazel build</code> based on the configured skaffold target platform."
707
704
},
708
705
"target" : {
709
706
"type" : " string" ,
Original file line number Diff line number Diff line change @@ -1610,14 +1610,6 @@ type BazelArtifact struct {
1610
1610
1611
1611
// PlatformMappings configure the --platforms flag for `bazel build`
1612
1612
// based on the configured skaffold target platform.
1613
- // For example:
1614
- // ```yaml
1615
- // platforms:
1616
- // - platform: linux/amd64
1617
- // target: //platforms:linux-x86_64
1618
- // - platform: linux/arm64
1619
- // target: //platforms:linux-arm64
1620
- // ```
1621
1613
PlatformMappings []BazelPlatformMapping `yaml:"platforms,omitempty"`
1622
1614
}
1623
1615
You can’t perform that action at this time.
0 commit comments