1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-12 14:46:08 +02:00

added a note about go 1.10

This commit is contained in:
Carlos Alexandro Becker 2018-02-25 17:50:52 -03:00 committed by GitHub
parent 3c6c7d3efc
commit 5d0b26a06a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,13 @@ NFPM will guess which packager to use based on the target file extension.
And that's it!
## Usage as lib
You can look at the code of nfpm itself to see how to use it as a library, or, take
a look at the [nfpm piper on GoReleaser](https://github.com/goreleaser/goreleaser/tree/master/pipeline/nfpm).
> **Attention**: GoReleaser `deb` packager only compiles with go1.10+.
## Status
* both deb and rpm packaging are working but there are some missing features;