chore: update README and goreleaser
ci/woodpecker/push/goreleaser Pipeline was successful
Details
ci/woodpecker/push/goreleaser Pipeline was successful
Details
Signed-off-by: jolheiser <john.olheiser@gmail.com>main
parent
c62290d1a1
commit
eed5f4e358
|
@ -4,12 +4,12 @@ builds:
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
- windows
|
- windows
|
||||||
- darwin
|
goarch:
|
||||||
|
- amd64
|
||||||
ldflags:
|
ldflags:
|
||||||
- "-s -w -X main.Version={{.Version}}"
|
- "-s -w -X main.Version={{.Version}}"
|
||||||
archives:
|
archives:
|
||||||
- replacements:
|
- replacements:
|
||||||
386: i386
|
|
||||||
amd64: x86_64
|
amd64: x86_64
|
||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
**E**asily **get** a project from a release on GitHub/Gitea.
|
**E**asily **get** a project from a release on GitHub/Gitea.
|
||||||
|
|
||||||
|
This project is based on work I've done with [webman](https://github.com/candrewlee14/webman) and another project also called [eget](https://github.com/zyedidia/eget).
|
||||||
|
This project lies somewhere in between them in terms of feature-set.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT](LICENSE)
|
[MIT](LICENSE)
|
||||||
|
|
Reference in New Issue