Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1 KB

README.adoc

File metadata and controls

31 lines (25 loc) · 1 KB

Helloworld in Go

This repository shows how to configure GitHub Actions and JReleaser to:

  • compile a helloworld app for the following targets:

    • linux-amd64

    • linux-arm64

    • darwin-arm64

    • darwin-amd64

    • windows-amd64

    • windows-arm64

  • assemble zip distributions with JReleaser

  • create rolling early-access releases with JReleaser on every push to main branch

Commands

$ jreleaser assemble
$ jreleaser release
JReleaser requires 2 additional inputs that may be set as environment variables, JRELEASER_PROJECT_VERSION and JRELEASER_GITHUB_TOKEN. More information about environment variable configuration may be found in the guide.