package
0.80.2
Repository: https://github.com/lzjluzijie/goreleaser.git
Documentation: pkg.go.dev

# Functions

And performs an AND between all given filters.
ByGoarch is a predefined filter that filters by the given goarch.
ByGoarm is a predefined filter that filters by the given goarm.
ByGoos is a predefined filter that filters by the given goos.
ByType is a predefined filter that filters by the given type.
New return a new list of artifacts.
Or performs an OR between all given filters.

# Constants

Binary is a binary (output of a gobuild).
Checksum is a checksums file.
DockerImage is a docker image.
LinuxPackage is a linux package generated by nfpm or snapcraft.
Signature is a signature file.
UploadableArchive a tar.gz/zip archive to be uploaded.
UploadableBinary is a binary file to be uploaded.

# Structs

Artifact represents an artifact and its relevant info.
Artifacts is a list of artifacts.

# Type aliases

Filter defines an artifact filter which can be used within the Filter function.
Type defines the type of an artifactgo:generate stringer -type=Type.