Helloworld in Elixir

The https://github.com/jreleaser/helloworld-elixir repository shows the configuration and steps to:

  • Compile a helloworld app for the following targets:

    • x86_64-apple-darwin

    • x86_64-pc-windows-msvc

    • x86_64-unknown-linux-gnu

  • Assemble zip distributions with JReleaser

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

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 here.