Categorygithub.com/go-zen-chu/go-build-tools
repositorypackage
0.0.0-20241228075834-3b7368cfd9ba
Repository: https://github.com/go-zen-chu/go-build-tools.git
Documentation: pkg.go.dev

# README

go-build-tools

Documentation Actions Status GitHub issues

Build tool repository written in Golang.

Goal

  • Use from magefile and easily realize development

Build sample

$ mage -d mage 
Targets:
  dockerBuildLatest               builds the docker image with the latest tag locally
  dockerBuildPublishWithGenTag    DockerBuildPublishLatest builds and publishes the docker image with generated tag
  dockerLogin                     logs in to the docker registry
  dockerPublishLatest             publishes the docker image with the latest tag
  installDevTools                 installs required development tools for this project
  koPublish                       builds and publishes the image with ko generated tag
  koPublishLatest                 builds and publishes the image with the latest tag
  updateFormula                   updates formula with current version for homebrew tap