Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.
/ go-build-it Public archive

Quick utility script to be able to build Go binaries from CircleCI builds

License

Notifications You must be signed in to change notification settings

timehop/go-build-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

NOTE: IF ANYONE WANTS TO REPLACE THIS WITH SOMETHING STATICALLY TYPED I WILL LOVE YOU FOREVER - @kvn

go-build-it

Quick utility script to be able to build Go binaries from Travis builds

Usage

Environment Variables Required:

  • TRAVIS_BUILD_NUMBER
  • APP_NAME
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_S3_BUCKET

To build:

./lets build cmd/worker/main.go worker

To upload:

./lets upload

About

Quick utility script to be able to build Go binaries from CircleCI builds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages