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

Add GOARM flag to dockerfile #2772

Merged
merged 1 commit into from Nov 29, 2018
Merged

Conversation

dmcgowan
Copy link
Collaborator

When building with arm on alpine, GOARM should be set to 6 by default. This ensure that
setting the GOARCH build arg also allows setting GOARM.

When building with arm on alpine, GOARM should
be set to 6 by default.

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
@codecov
Copy link

codecov bot commented Nov 28, 2018

Codecov Report

Merging #2772 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2772   +/-   ##
=======================================
  Coverage   60.24%   60.24%           
=======================================
  Files         103      103           
  Lines        8022     8022           
=======================================
  Hits         4833     4833           
  Misses       2546     2546           
  Partials      643      643
Flag Coverage Δ
#linux 60.24% <ø> (ø) ⬆️

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 aa985ba...63f6c12. Read the comment docs.

Copy link
Contributor

@caervs caervs left a comment

Choose a reason for hiding this comment

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

LGTM

@dmcgowan dmcgowan merged commit d9e1218 into distribution:master Nov 29, 2018
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.

None yet

3 participants