MCPcopy Create free account
hub / github.com/codehamr/codehamr / goreleaserConfig

Struct goreleaserConfig

internal/update/drift_test.go:27–32  ·  view source on GitHub ↗

goreleaserConfig is the slice of .goreleaser.yaml we assert against: the goos x goarch cross-product goreleaser builds a binary for.

Source from the content-addressed store, hash-verified

25// goreleaserConfig is the slice of .goreleaser.yaml we assert against: the
26// goos x goarch cross-product goreleaser builds a binary for.
27type goreleaserConfig struct {
28 Builds []struct {
29 Goos []string `yaml:"goos"`
30 Goarch []string `yaml:"goarch"`
31 } `yaml:"builds"`
32}
33
34// goreleaserMatrix is the source of truth: every os/arch goreleaser builds for.
35func goreleaserMatrix(t *testing.T) map[platformKey]bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected