Build for FreeBSD
See original GitHub issueIs your feature request related to a problem? Please describe. Could you please add freebsd_amd64 compiled plugin to the package and sign it?
Describe the solution you’d like
I compiled it with
go mod vendor env GOOS=freebsd GOARCH=amd64 go build -ldflags="-s -w" -mod=vendor -o ./dist/zabbix-plugin_freebsd_amd64 ./pkg
but i’ve got signature invalid/modified error
Thanks.
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
build(7) - FreeBSD
build -- General instructions on how to build the system DESCRIPTION The sources for the FreeBSD system and its applications are contained in...
Read more >BuildingOnNonFreeBSD - FreeBSD Wiki
Until recently, FreeBSD could only be built on a FreeBSD host. However, most CI systems do not include FreeBSD build slaves by default....
Read more >Chapter 9. Building and Installing a FreeBSD Kernel
There are two known ways to do so: The supported procedure to build and install a kernel is documented in the Building and...
Read more >arm/crossbuild - FreeBSD Wiki
The FreeBSD build system includes support for cross-building. The only thing needed to start a cross-build instead of a native build is to ......
Read more >Chapter 5. The FreeBSD Documentation Build Process
5.2. The FreeBSD Documentation Build Toolset. These are the tools used to build and install the FDP documentation. The primary build ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, got it. Thus, I need to add this to the package.
from ports =)