pelletier / go-toml

Go library for the TOML file format
https://github.com/pelletier/go-toml
Other
1.69k stars 206 forks source link

Provide pre-compiled binaries for Raspberry Pi #789

Closed djmattyg007 closed 2 years ago

djmattyg007 commented 2 years ago

It would be much appreciated if this project could provide pre-compiled binaries for the Arm v7 and Arm v8 (64-bit) architectures running on Linux. These are both super common in the single board computer world (eg. Raspberry Pis).

pelletier commented 2 years ago

Good idea! Will add arm and arm64 builds to the release system.

pelletier commented 2 years ago

Added arm and arm64 for Linux and Windows to the build, and released a new version with those binaries attached: https://github.com/pelletier/go-toml/releases/tag/v2.0.2.

djmattyg007 commented 2 years ago

Thank you so much!