fyne-io / fyne-cross

Cross compiler tool for Fyne apps
BSD 3-Clause "New" or "Revised" License
234 stars 48 forks source link

Use goreleaser to build fyne-cross #231

Open Bluebugs opened 5 months ago

Bluebugs commented 5 months ago

Is your feature request related to a problem? Please describe:

During the release process we do not currently provide binary for fyne-cross. Every user of fyne-cross does have to manually compile it himself.

Is it possible to construct a solution with the existing API?

This is not an API change, but we can use goreleaser to automate that process.

Describe the solution you'd like to see:

Add a goreleaser description file and a goreleaser github action to automate building and signing fyne-cross binary.