goreleaser / nfpm

nFPM is Not FPM - a simple deb, rpm, apk, ipk, and arch linux packager written in Go
https://nfpm.goreleaser.com/
MIT License
2.14k stars 156 forks source link

AppImage support? #694

Closed patryk4815 closed 6 months ago

patryk4815 commented 1 year ago

Is your feature request related to a problem? Please describe.

Do you think it is possible to add AppImage support? Or it is out of scope for this project.

Describe the solution you'd like

building AppImage package

Search

Code of Conduct

Additional context

No response

kovmir commented 11 months ago

Go produces statically linked binaries, what would you need an AppImage for?

patryk4815 commented 11 months ago

@kovmir Why use this project then? If you have one static binary xD? @kovmir You still can 'package' non golang binary Or cgo binary. Or any C/C++/python/rust binary.

kovmir commented 11 months ago

I am not sure I understand your previous message.

I am not saying it is impossible to make an AppImage, I am asking what you would need it for. You can run a go binary just like you would run an AppImage with all the dependencies bundled in.

patryk4815 commented 11 months ago

@kovmir Im bundling C++/python binaries. This project is not only for golang.

caarlos0 commented 6 months ago

Closing due to lack of community interest on this.