This pull request includes changes to add support for additional binaries in the build artifacts. The most important changes involve updates to the build configuration to include FreeBSD and 386 architectures.
✨ Description of new changes
Build configuration updates:
.goreleaser.yml: Updated goos to include FreeBSD and goarch to include 386. Also modified the ignore section to exclude 386 architecture for Darwin.
📥 Pull Request
❓ What are you trying to address
This pull request includes changes to add support for additional binaries in the build artifacts. The most important changes involve updates to the build configuration to include FreeBSD and 386 architectures.
✨ Description of new changes
Build configuration updates:
.goreleaser.yml
: Updatedgoos
to include FreeBSD andgoarch
to include 386. Also modified theignore
section to exclude 386 architecture for Darwin.