Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Artifact ¶
type Artifact struct { Name string `json:"name,omitempty"` Path string `json:"path,omitempty"` Goos string `json:"goos,omitempty"` Goarch string `json:"goarch,omitempty"` Goarm string `json:"goarm,omitempty"` Gomips string `json:"gomips,omitempty"` Goamd64 string `json:"goamd64,omitempty"` Type string `json:"type,omitempty"` Extra map[string]any `json:"extra,omitempty"` }
Artifact is a goreleaser type defines a single artifact. Copied from https://github.com/goreleaser/goreleaser/blob/v1.13.1/internal/artifact/artifact.go#L159-L170
type Artifacts ¶
type Artifacts []Artifact
func ParseArtifactsFile ¶
func (Artifacts) SelectBinary ¶
Click to show internal directories.
Click to hide internal directories.