AndreasSko / go-jwlm

A command line tool to easily merge JW Library backups, written in Go.
MIT License
71 stars 3 forks source link

Added linux-arm64 as arch for goreleaser #156

Closed JoelKle closed 4 months ago

JoelKle commented 4 months ago

This PR adds a linux-arm64 version. Required to run go-jwlm e.g. on a Raspberry Pi 5.

I've successfuly build a arm64 version with the GitHub Pipeline in this Repo in my Fork: https://github.com/JoelKle/go-jwlm/releases/tag/0.5.7-beta

Works perfect :) Thank you for your work!

coveralls commented 4 months ago

Coverage Status

coverage: 89.526% (+0.06%) from 89.464% when pulling f7f76c85e6613628e1bd414a04a24258d801c900 on JoelKle:linux-arm64 into face2a04c788e6b818c47ca8688ce0cdeb0a01e4 on AndreasSko:master.

AndreasSko commented 4 months ago

Awesome, thanks @JoelKle 🙂