mirror of
https://github.com/Luzifer/github-publish.git
synced 2024-12-20 09:51:22 +00:00
This repository contains a set of build scripts to publish the build artifacts to Github.
Knut Ahlers
87c8700991
* Replace gox with simple loop Signed-off-by: Knut Ahlers <knut@ahlers.me> * Properly clone array Signed-off-by: Knut Ahlers <knut@ahlers.me> * Use function for sub-steps Signed-off-by: Knut Ahlers <knut@ahlers.me> * No need to export suffix Signed-off-by: Knut Ahlers <knut@ahlers.me> * Use package as source for filename Signed-off-by: Knut Ahlers <knut@ahlers.me> * Fix iteration Signed-off-by: Knut Ahlers <knut@ahlers.me> |
||
---|---|---|
CONTRIBUTING.md | ||
docker2aci.sh | ||
golang.sh | ||
History.md | ||
LICENSE | ||
Makefile | ||
README.md | ||
SHA256SUMS |
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.