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

Build macOS ARM binaries + update goreleaser #171

Merged
merged 1 commit into from
Nov 29, 2021
Merged

Conversation

dblanchette
Copy link
Contributor

No description provided.

@dblanchette dblanchette requested review from jocgir and a team November 25, 2021 19:45
@codecov-commenter
Copy link

codecov-commenter commented Nov 25, 2021

Codecov Report

Merging #171 (e3f8175) into master (04bdc37) will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #171      +/-   ##
==========================================
+ Coverage   55.75%   55.80%   +0.04%     
==========================================
  Files          62       62              
  Lines        4084     4084              
==========================================
+ Hits         2277     2279       +2     
+ Misses       1631     1630       -1     
+ Partials      176      175       -1     
Impacted Files Coverage Δ
collections/implementation/base_helper.go 83.47% <0.00%> (+1.73%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 04bdc37...e3f8175. Read the comment docs.


# Build one binary for Mac OS (arm64 and amd64)
universal_binaries:
- replace: true
Copy link
Contributor

Choose a reason for hiding this comment

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

From the looks of the build logs, it seems like this will make it so that we don't upload the darwin_amd64 binary anymore.

This could break things for anyone who's expecting that to be in the releases.

I'm not sure if it's a big deal honestly 🤷‍♂️

@dblanchette dblanchette merged commit 0d2ec8d into master Nov 29, 2021
@dblanchette dblanchette deleted the feature/arm branch November 29, 2021 14:27
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.

6 participants