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

Set GOAMD64 if variant is set #578

Merged
merged 1 commit into from
Feb 1, 2022
Merged

Set GOAMD64 if variant is set #578

merged 1 commit into from
Feb 1, 2022

Conversation

imjasonh
Copy link
Member

@imjasonh imjasonh commented Feb 1, 2022

This change also changes behavior of GOARM, since docs suggest that it's only used when the GOARCH=arm, and not arm64.

This change should benefit users using the upcoming Go 1.18 building on base images that provide amd64 with a variant specified.

This change also changes behavior of GOARM, since docs suggest that it's
only used when the GOARCH=arm, and not arm64.
@imjasonh imjasonh requested a review from jonjohnsonjr February 1, 2022 15:22
@codecov-commenter
Copy link

Codecov Report

Merging #578 (a2b2da8) into main (64fa5ed) will increase coverage by 0.09%.
The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #578      +/-   ##
==========================================
+ Coverage   48.53%   48.62%   +0.09%     
==========================================
  Files          43       43              
  Lines        2215     2219       +4     
==========================================
+ Hits         1075     1079       +4     
  Misses        954      954              
  Partials      186      186              
Impacted Files Coverage Δ
pkg/build/gobuild.go 57.60% <80.00%> (+0.34%) ⬆️

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 64fa5ed...a2b2da8. Read the comment docs.

@imjasonh imjasonh merged commit e961890 into ko-build:main Feb 1, 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