Skip to content

Commit

Permalink
Add ARM64 badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 30, 2025
1 parent f0ec9ef commit 4c874c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# rcheckserver [![badge](https://github.com/r-devel/rcheckserver/actions/workflows/build.yml/badge.svg)](https://github.com/r-devel/rcheckserver/actions/workflows/build.yml)

- Debian: [![debian](https://img.shields.io/docker/image-size/cran/debian/latest)](https://hub.docker.com/r/cran/debian)
- Ubuntu: [![ubuntu](https://img.shields.io/docker/image-size/cran/ubuntu/latest)](https://hub.docker.com/r/cran/ubuntu)
| | x86_64 | ARM64 |
|:--------:|:--------:|:--------:|
| Debian | [![debian](https://img.shields.io/docker/image-size/cran/debian)](https://hub.docker.com/r/cran/debian) | [![debian](https://img.shields.io/docker/image-size/cran/debian?arch=arm64)](https://hub.docker.com/r/cran/debian) |
| Ubuntu | [![ubuntu](https://img.shields.io/docker/image-size/cran/ubuntu)](https://hub.docker.com/r/cran/ubuntu) | [![ubuntu](https://img.shields.io/docker/image-size/cran/ubuntu?arch=arm64)](https://hub.docker.com/r/cran/ubuntu) |

> Docker images with a complete Debian CRAN check server
Expand Down

0 comments on commit 4c874c3

Please sign in to comment.