dmarkham / enumer

A Go tool to auto generate methods for your enums
Other
410 stars 66 forks source link

Adding apple silicon to the release #67

Closed eleduardo closed 1 year ago

eleduardo commented 1 year ago

@dmarkham I just noticed that the apple silicon support was not published in the release bundle! I think it is the travis definition that is not picking up the file.

This should fix it! If it is not that let me know and I can try and figure it out.

If you agree with the fix would it be possible to cut a release to get the apple silicon published?

thank you!

codecov-commenter commented 1 year ago

Codecov Report

Merging #67 (c067a61) into master (0f231a2) will not change coverage. The diff coverage is n/a.

:exclamation: Current head c067a61 differs from pull request most recent head b12b20c. Consider uploading reports for the commit b12b20c to get more accurate results

@@           Coverage Diff           @@
##           master      #67   +/-   ##
=======================================
  Coverage   66.23%   66.23%           
=======================================
  Files           4        4           
  Lines         465      465           
=======================================
  Hits          308      308           
  Misses        146      146           
  Partials       11       11           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

eleduardo commented 1 year ago

@dmarkham any potential update on this one?

dmarkham commented 1 year ago

Ok, will you squash these 2 commits down and I'll do some testing