Skip to content

ci: add goreleaser to supercronic#182

Open
kidager wants to merge 1 commit into
aptible:mainfrom
kidager:feat/add-goreleaser
Open

ci: add goreleaser to supercronic#182
kidager wants to merge 1 commit into
aptible:mainfrom
kidager:feat/add-goreleaser

Conversation

@kidager
Copy link
Copy Markdown

@kidager kidager commented Nov 25, 2024

Description

This PR adds GoReleaser to the CI which gives the ability to:

  • build docker images for multiple architectures now
  • push docker images to ghcr.io (But you can change/expand it to push to dockerhub or any other registry)
  • easily expand to other platforms and architectures

You can see an example of the:

Related issues

This addresses #148
And is a start to solving #139 & #85 (You only need to add your dockerhub credentials as a secret, and some configuration to the .goreleaser.yaml

This adds support to multi-arch docker to ease the installation on
docker.
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: 1.23.1
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jkossis
Copy link
Copy Markdown

jkossis commented Jul 1, 2025

Any movement on this? Would be super helpful!

@UserNotFound UserNotFound requested review from eabruzzese and eloisejones and removed request for UserNotFound and krallin July 17, 2025 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants