1
0
mirror of https://github.com/Luzifer/github-publish.git synced 2024-09-19 07:52:56 +00:00
This repository contains a set of build scripts to publish the build artifacts to Github.
Go to file
Knut Ahlers 31eb52b7fc
Update golang.sh to work with recent containers
- Use dedicated install path for tools
- Update file formatting to follow Google code convention
- Fix golang parameters only getting set when test is enabled
- Move logging to stderr
- Default to `readonly` mod-mode
- Use `-trimpath` by default

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-04-10 16:11:14 +02:00
CONTRIBUTING.md Add meta files 2017-03-06 11:33:09 +01:00
docker2aci.sh Add image signing to docker2aci 2016-12-19 14:09:22 +01:00
golang.sh Update golang.sh to work with recent containers 2022-04-10 16:11:14 +02:00
History.md prepare release v1.7.0 2020-04-30 13:24:52 +02:00
LICENSE Add meta files 2017-03-06 11:33:09 +01:00
Makefile Automatically update hashes on commit 2018-08-10 12:07:41 +02:00
README.md Add meta files 2017-03-06 11:33:09 +01:00
SHA256SUMS Update golang.sh to work with recent containers 2022-04-10 16:11:14 +02:00

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.