https://github.com/luzifer/github-publish
This repository contains a set of build scripts to publish the build artifacts to Github.
https://github.com/luzifer/github-publish
build-script docker github golang
Last synced: 7 months ago
JSON representation
This repository contains a set of build scripts to publish the build artifacts to Github.
- Host: GitHub
- URL: https://github.com/luzifer/github-publish
- Owner: Luzifer
- License: apache-2.0
- Created: 2016-11-21T11:53:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T22:10:03.000Z (over 3 years ago)
- Last Synced: 2025-02-10T15:41:35.296Z (about 1 year ago)
- Topics: build-script, docker, github, golang
- Language: Shell
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```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.