mirror of
https://github.com/costela/docker-etchosts.git
synced 2025-05-10 17:35:41 +02:00
Minor cleanup
Co-authored-by: Leo Antunes <leo@costela.net>
This commit is contained in:
parent
b35a579096
commit
7748e6e239
3 changed files with 1 additions and 13 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -55,5 +55,3 @@ jobs:
|
||||||
args: release --rm-dist
|
args: release --rm-dist
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
|
|
||||||
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
|
|
||||||
|
|
|
@ -1,11 +1,6 @@
|
||||||
# This is an example .goreleaser.yml file with some sane defaults.
|
|
||||||
# Make sure to check the documentation at http://goreleaser.com
|
|
||||||
before:
|
before:
|
||||||
hooks:
|
hooks:
|
||||||
# You may remove this if you don't use go modules.
|
|
||||||
- go mod tidy
|
- go mod tidy
|
||||||
# you may remove this if you don't need go generate
|
|
||||||
- go generate ./...
|
|
||||||
builds:
|
builds:
|
||||||
- env:
|
- env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
|
@ -26,11 +21,6 @@ dockers:
|
||||||
- "costela/docker-etchosts:{{ .Major }}.{{ .Minor }}"
|
- "costela/docker-etchosts:{{ .Major }}.{{ .Minor }}"
|
||||||
- "costela/docker-etchosts:latest"
|
- "costela/docker-etchosts:latest"
|
||||||
archives:
|
archives:
|
||||||
- format_overrides:
|
|
||||||
- goos: windows
|
|
||||||
format: zip
|
|
||||||
replacements:
|
|
||||||
darwin: mac
|
|
||||||
format: binary
|
format: binary
|
||||||
checksum:
|
checksum:
|
||||||
algorithm: sha512
|
algorithm: sha512
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[](https://github.com/1ed/docker-etchosts/actions?query=branch%3Amaster)
|
[](https://github.com/costela/docker-etchosts/actions?query=branch%3Amaster)
|
||||||
[](https://goreportcard.com/report/github.com/costela/docker-etchosts)
|
[](https://goreportcard.com/report/github.com/costela/docker-etchosts)
|
||||||
|
|
||||||
# docker-etchosts
|
# docker-etchosts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue