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 support for more platforms #17

Merged
merged 1 commit into from Sep 8, 2020

Conversation

crazy-max
Copy link
Member

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
@codecov-commenter
Copy link

Codecov Report

Merging #17 into master will decrease coverage by 4.53%.
The diff coverage is 53.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
- Coverage   81.73%   77.19%   -4.54%     
==========================================
  Files           5        5              
  Lines         104      114      +10     
  Branches       20       20              
==========================================
+ Hits           85       88       +3     
- Misses         13       19       +6     
- Partials        6        7       +1     
Impacted Files Coverage Δ
src/buildx.ts 75.00% <50.00%> (-6.70%) ⬇️
src/context.ts 80.00% <100.00%> (+1.42%) ⬆️

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 54edbcd...0fc9dc8. Read the comment docs.

}
case 'arm': {
const arm_version = (process.config.variables as any).arm_version;
arch = arm_version ? 'arm-v' + arm_version : 'arm';
Copy link
Member

Choose a reason for hiding this comment

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

I think we should change upstream to armv7 instead of arm-v7 so these hacks are not required(they are especially tricky in Dockerfiles). I'll try to remember to update this when we do.

@tonistiigi tonistiigi merged commit 80d96c0 into docker:master Sep 8, 2020
@crazy-max crazy-max deleted the more-platform-support branch September 8, 2020 09:30
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