Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In releases build binaries for m1 mac #2

Closed
bessarabov opened this issue Apr 13, 2021 · 1 comment
Closed

In releases build binaries for m1 mac #2

bessarabov opened this issue Apr 13, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@bessarabov
Copy link
Owner

No description provided.

@bessarabov bessarabov added the help wanted Extra attention is needed label Apr 13, 2021
@bessarabov
Copy link
Owner Author

This is done. I have created GitHub Action that auto builds mac2mqtt for 2 architecture:

  • for Apple Silicon Macs
  • for Intel-based Macs

The build process if fully automated, I just need to write to add data to CHANGELOG.md, create tag and push tag. On push tag event the GitHub Action starts that builds the binaries and place them into GitHub Releases Section.

This was added in commit b573484
and the 1.4.0 is the first release that uses this GitHub Action ( https://github.com/bessarabov/mac2mqtt/releases/tag/1.4.0 )

(before implementing it here I've experimented on the test repo — https://github.com/bessarabov/golang-sample )

So, I consider that everything is done here, I'm closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant