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

Fix architecture on ARM images #284

Merged
merged 1 commit into from Aug 28, 2019

Conversation

travisgroth
Copy link
Contributor

Discovered as part of #268. Doesn't fully resolve it, but is required to resolve it.

This PR changes our ARM Dockerfile builds to use alpine's ARM* base images (so that our architecture is correct) and uses qemu to do the final steps of the build, so that it can be built on any suitable AMD64 platform (such as Docker Hub's automated build system).

Checklist:

  • related issues referenced
  • ready for review

- Add Docker Hub hooks to set up build environment
- Include qemu-static binaries for AMD64 compatibility
@codecov
Copy link

codecov bot commented Aug 28, 2019

Codecov Report

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

@@          Coverage Diff           @@
##           master    #284   +/-   ##
======================================
  Coverage    86.2%   86.2%           
======================================
  Files          49      49           
  Lines        2894    2894           
======================================
  Hits         2495    2495           
  Misses        308     308           
  Partials       91      91

@codeclimate
Copy link

codeclimate bot commented Aug 28, 2019

Code Climate has analyzed commit 722fd0c and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 86.5% (0.0% change).

View more on Code Climate.

Copy link
Contributor

@desimone desimone left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@travisgroth travisgroth merged commit bdfe678 into pomerium:master Aug 28, 2019
@desimone desimone added this to the v0.3.0 milestone Aug 30, 2019
@travisgroth travisgroth deleted the bug/arm-image-architecture branch March 20, 2020 02:09
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

2 participants