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

Building for arm64 #1

Merged
merged 1 commit into from
May 13, 2022
Merged

Building for arm64 #1

merged 1 commit into from
May 13, 2022

Conversation

agonzale34
Copy link
Collaborator

Changelog

  • Updating project to use Go Modules
  • Updating building options to generate the files with Github actions and with binary for mac arm64

The testing release generated: https://github.com/Wattpad/boilr/releases/tag/0.3.0.1

When this gets merged to master I'll create Release for tag: 0.3.1 which will generate the binaries with the right version name and we will be able to point devs to install this version instead of the original one

for local testing you should be able to do: go mod tidy to pull the dependencies and go build to generate the executable file, finally ./boilr version you should see in the output something like:

 % ./boilr version
[i] Current version is 0.3.1

@agonzale34 agonzale34 self-assigned this May 12, 2022
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@agonzale34 agonzale34 requested a review from Kieran-McC May 12, 2022 21:48
- updating code base to use go modules instead of glide
- Adding actions to build the cli on release
- Updating cli version for new release
@agonzale34 agonzale34 force-pushed the feature/building_for_arm64 branch from abab158 to 5387b92 Compare May 13, 2022 14:01
Copy link

@Kieran-McC Kieran-McC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work @agonzale34

@agonzale34 agonzale34 merged commit 4d324f4 into master May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants