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] Building Docker image on ARM64 devices #449

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

mathdugre
Copy link
Contributor

Currently, the base image version depends on the platform used to build the Docker image. Building on M1 Macbook fails to create the mamba environment due to 0.370 rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2. This change prevents the issue by forcing the use of linux/amd64, which is currently used for building the images for DockerHub.

Copy link

codecov bot commented Jun 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.21%. Comparing base (83062d1) to head (5ad27ef).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #449      +/-   ##
==========================================
- Coverage   76.29%   76.21%   -0.08%     
==========================================
  Files          32       32              
  Lines        2809     2809              
  Branches      376      376              
==========================================
- Hits         2143     2141       -2     
- Misses        599      600       +1     
- Partials       67       68       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@oesteban oesteban merged commit d5f421a into nipreps:master Jun 20, 2024
18 of 19 checks passed
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.

2 participants