gojuno / minimock

Powerful mock generation tool for Go programming language
MIT License
632 stars 38 forks source link

Prebuilt binaries for darwin/arm64 and windows/arm64 are missing from v3.2.0 #79

Closed suzuki-shunsuke closed 9 months ago

suzuki-shunsuke commented 9 months ago

v3.1.3 has prebuilt binaries for darwin/arm64 and windows/arm64.

https://github.com/gojuno/minimock/releases/tag/v3.1.3

image

But v3.2.0 or newer don't have them.

image
suzuki-shunsuke commented 9 months ago

I found https://github.com/gojuno/minimock/blob/master/.goreleaser.yml , but I don't know how prebuilt binaries are released. It seems CI services such as GitHub Actions and CircleCI aren't used.

https://github.com/gojuno/minimock/actions

hexdigest commented 9 months ago

Hi @suzuki-shunsuke

I release this manually from my local machine using goreleaser. I updated goreleaser version and released darwin and win executables for arm64:

https://github.com/gojuno/minimock/releases/tag/v3.3.2

suzuki-shunsuke commented 9 months ago

Thank you! I think it's great if we can release minimock via CI such as GitHub Actions. CI would be also useful to test minimock. I'll create issues.