crgimenes / neko

Neko is a cross-platform cursor-chasing cat. This is the reimplementation write in Go.
BSD 2-Clause "Simplified" License
383 stars 37 forks source link

Add macOS arm64 to Goreleaser #10

Closed crgimenes closed 6 months ago

glensc commented 1 year ago

yeah, go is cross platform yet no arm64 build for macos.

crgimenes commented 1 year ago

yeah, go is cross platform yet no arm64 build for macos.

Go is cross-platform, but a small part of Neko needs to be written in C to interact with the operating system.

While I can compile and run on my Mac, automating the build to upload to GitHub is tricky because I need to automate multiple platforms simultaneously.

I'm working on it, but it's a complex task.