Simplify Golang Multi Architecture Container Builds

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. go-hello-world

    Demo to showcase how to build a golang application using ko. Sign and push the image to the container registry using https://sigstore.dev. Apply policy controller on Kubernetes to allow only signed images.

    git clone https://github.com/kameshsampath/go-hello-world.git \ && cd "$(basename "$_" .git)" export DEMO_HOME="$PWD"

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. goreleaser

    Release engineering, simplified

    Have same process to build image locally as well as for cloud usage. I found GoReleaser to be apt for this requirement.

  4. drone

    Discontinued Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery. [Moved to: https://github.com/harness/gitness]

    Is declarative, typically mapping to standard steps that will be part of building a golang application i.e. test, build and push image to container registry. Drone help to setup a build pipeline in declarative way and has plugins for all major tools/platforms including one for GoReleaser.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Harness launches Gitness, an open-source GitHub competitor

    17 projects | news.ycombinator.com | 21 Sep 2023
  • 🥳 We built the cli of our dreams to send sms ❣️

    9 projects | dev.to | 14 Apr 2025
  • Disk I/O bottlenecks in GitHub Actions

    2 projects | news.ycombinator.com | 28 Mar 2025
  • Dockerfile Best Practices: The Ultimate Guide to Optimizing Your Container Builds

    4 projects | dev.to | 17 Mar 2025
  • Mastering Docker Image Management with GitHub Actions and Container Registries

    2 projects | dev.to | 27 Jan 2025

Did you know that Go is
the 4th most popular programming language
based on number of references?