go-bin-deb
go-bin-deb copied to clipboard
Create binary package for debian system
It would be nice if there was an ARM build of the go-bin-deb.deb package in the releases for Docker on M1/M2 Macs. The `install.sh` script refers to `arm*) ARCH="arm";;` but...
In order to target older operating systems, we need to be able to set the compression to something that they'll support, such as `xz`. For example, these days, `zstd` is...
This adds go.mod support at version 1.19. This will make it easier for other people to pull the repo and work on it, since modules is the way to go...
User can choose the name for the scripts. No enforcing .sh appended to filename.
https://blog.packagecloud.io/eng/2014/10/28/howto-gpg-sign-verify-deb-packages-apt-repositories/
Avoid using go in utils to improve speed of build see https://github.com/mh-cbon/latest/issues/1 https://github.com/mh-cbon/go-bin-rpm/issues/2