Skip to content

Commit

Permalink
Remove yaml block that breaks docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aran committed Mar 27, 2024
1 parent 3dbdbd2 commit d0e0836
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkg/skaffold/schema/latest/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1610,14 +1610,6 @@ type BazelArtifact struct {

// PlatformMappings configure the --platforms flag for `bazel build`
// based on the configured skaffold target platform.
// For example:
// ```yaml
// platforms:
// - platform: linux/amd64
// target: //platforms:linux-x86_64
// - platform: linux/arm64
// target: //platforms:linux-arm64
// ```
PlatformMappings []BazelPlatformMapping `yaml:"platforms,omitempty"`
}

Expand Down

0 comments on commit d0e0836

Please sign in to comment.