Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Demonstration Release

Compare
Choose a tag to compare
@davidnewhall davidnewhall released this 10 Jul 08:18

This repository builds Go applications into multi-architecture Docker Images, Homebrew Formula, Redhat and Debian Packages (see below). Supports cli tools or daemonized services. Includes a man-page builder and a full template for an existing hello world application. The hello-world app is setup as a service, although it exits shortly after starting. This demonstration release shows what happens (in Travis CI) when you create a new release. All the built artifacts are added to this release.

Try it. The hello-world app works.

# on a mac?
brew install golift/mugs/hello-world

# or you like containers?
docker pull golift/hello-world

# got linux? install a package
curl https://raw.githubusercontent.com/golift/application-builder/master/scripts/install.sh | sudo bash

This was all built automatically, just use the template and add your go code. Plug it into Travis-CI and Docker Cloud. See wiki for more info. (coming soon!)