1
0
mirror of https://github.com/Luzifer/github-publish.git synced 2024-09-18 23:42:56 +00:00
github-publish/README.md
Knut Ahlers f9697c79ff
Add meta files
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-03-06 11:33:09 +01:00

620 B

Luzifer / github-publish

This repository contains a set of build scripts to publish the build artifacts to Github.

Golang

This script is intended for repositories containing vendored dependencies as it does not fetch external sources. The code will be tested with some very basic checks and afterwards built for different platforms.

Usage in a Makefile:

ci:
	curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
	bash golang.sh

Docker2ACI (DRAFT)

This script is intended to build ACImages from Docker images, sign them and publish them to Github.