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

Build rocker/r-ver:devel for linux/arm64 platform #618

Open
eitsupi opened this issue Mar 18, 2023 · 0 comments
Open

Build rocker/r-ver:devel for linux/arm64 platform #618

eitsupi opened this issue Mar 18, 2023 · 0 comments
Labels
CI enhancement New feature or request good first issue Good for newcomers

Comments

@eitsupi
Copy link
Member

eitsupi commented Mar 18, 2023

The request was made in #144 (comment)

This should be achieved simply by adding the platforms array to the stack file and automatically generating the bakefile.

      "platforms": [
        "linux/amd64",
        "linux/arm64"
      ]

{
"IMAGE": "r-ver",
"labels": {
"org.opencontainers.image.title": "rocker/r-ver",
"org.opencontainers.image.description": "Reproducible builds to fixed version of R"
},
"FROM": "ubuntu:latest",
"ENV": {
"R_VERSION": "devel",
"R_HOME": "/usr/local/lib/R",
"TZ": "Etc/UTC"
},
"COPY_a_script": "scripts/install_R_source.sh /rocker_scripts/install_R_source.sh",
"RUN_a_script": "/rocker_scripts/install_R_source.sh",
"ENV_after_a_script": {
"CRAN": "https://cloud.r-project.org",
"LANG": "en_US.UTF-8"
},
"COPY": "scripts /rocker_scripts",
"RUN": "/rocker_scripts/setup_R.sh",
"CMD": "[\"R\"]"
},

@eitsupi eitsupi added enhancement New feature or request good first issue Good for newcomers CI labels Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant