Skip to content

Allows to build release binaries for selected platforms with icon and description

License

Notifications You must be signed in to change notification settings

HardDie/goreleaser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goreleaser

How to use:

goreleaser build --name 'MyApp' \
	--company 'org.myorg.myapp' \
	--image 'path/to/image.png' \
	--license 'Licensed under GPLv3.' \
	--version 'v1.2.3' \
	--ldflags '-X main.Version=v1.2.3' \
	--path 'cmd/myapp/main.go'

As a result, you will get a 'release' folder with upload-ready archives for linux, darwin (MacOS) and windows platforms.

About

Allows to build release binaries for selected platforms with icon and description

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages