Skip to content

goreleaser/goreleaser-pro-prebuilt-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoReleaser Pro Prebuilt Example

This repo contains a quick and to-the-point example of how to use GoReleaser Pro prebuilt builder.

To run it, clone this repo and run:

goreleaser release --snapshot --clean -f 1-linux.yml
goreleaser release --snapshot --clean -f 1-darwin.yml
goreleaser release --snapshot --clean -f 1-windows.yml

This will create the binaries in /tmp/dist.

Next, run:

goreleaser release --snapshot --clean -f 2.yml

This will import the binaries and create archives, nfpm packages, etc.

The --snapshot flag is optional in the "real world". It is required here because it's just an example.

About

Quick example on how to use GoReleaser Pro's prebuilt builder

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages