Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add goreleaser to supercronic #182

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kidager
Copy link

@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

Choose a reason for hiding this comment

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

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.

2 participants