-
Notifications
You must be signed in to change notification settings - Fork 0
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
enable arm64 Docker builds #112
Conversation
closes #104 Use a base image that has arm64 versions available and do not explicitly set the platform to amd64 RStudio and tidyverse provided by rocker/r-ver are not strictly necessary... https://hub.docker.com/r/rocker/r-ver/tags
I've nearly got the build process for multiarch builds in |
How is workflow.pacta relevant to this repo? |
Because when that gets resolved, we can use the same action to do CI builds on this repo (including arm64) |
oh... but this PR isn't about a GH action, it's about running the Dockerfile using |
I don't have context or understand the discussion here, so leave it to @AlexAxthelm to review. |
holding in draft because getting/building arm64 linux R packages is still wonky |
closing this as arm64 linux binaries on Public Posit Package Manager is not on the short term roadmap: https://forum.posit.co/t/arm64-binary-packages-for-linux-in-posit-public-package-manager/178514 |
closes #104
Use a base image that has arm64 versions available and do not explicitly set the platform to amd64
RStudio and tidyverse provided by rocker/tidyverse and rocker/rstudio are not strictly necessary (necessary tidyverse R packages are installed anyway as dependencies).
https://hub.docker.com/r/rocker/r-ver/tags