update README badges

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-02-07 10:44:08 +01:00
parent e7688e0e9e
commit 518e9d034c

View File

@@ -1,7 +1,9 @@
# xx - Dockerfile cross-compilation helpers # xx - Dockerfile cross-compilation helpers
[![CI Status](https://github.com/tonistiigi/xx/workflows/build/badge.svg)](https://github.com/tonistiigi/xx/actions?query=workflow%3Abuild) [![GitHub release](https://img.shields.io/github/release/tonistiigi/xx.svg?style=flat-square)](https://github.com/tonistiigi/xx/releases/latest)
[![Docker Pulls](https://img.shields.io/docker/pulls/tonistiigi/xx.svg?logo=docker)](https://hub.docker.com/r/tonistiigi/xx/) [![CI Status](https://img.shields.io/github/actions/workflow/status/tonistiigi/xx/build.yml?label=build&logo=github&style=flat-square)](https://github.com/tonistiigi/xx/actions?query=workflow%3Abuild)
[![Go Report Card](https://goreportcard.com/badge/github.com/tonistiigi/xx?style=flat-square)](https://goreportcard.com/report/github.com/tonistiigi/xx)
[![Docker Pulls](https://img.shields.io/docker/pulls/tonistiigi/xx.svg?style=flat-square&logo=docker)](https://hub.docker.com/r/tonistiigi/xx/)
`xx` provides tools to support cross-compilation from Dockerfiles that understand the `--platform` flag passed in from `docker build` or `docker buildx build`. These helpers allow you to build multi-platform images from any architecture into any architecture supported by your compiler with native performance. Adding `xx` to your Dockerfile should only need minimal updates and should not require custom conditions for specific architectures. `xx` provides tools to support cross-compilation from Dockerfiles that understand the `--platform` flag passed in from `docker build` or `docker buildx build`. These helpers allow you to build multi-platform images from any architecture into any architecture supported by your compiler with native performance. Adding `xx` to your Dockerfile should only need minimal updates and should not require custom conditions for specific architectures.
@@ -513,7 +515,7 @@ These projects, as well as [xx Dockerfile](https://github.com/tonistiigi/xx/blob
- [BuildKit](https://github.com/moby/buildkit/blob/8d5c5f197489f76e2663c417a9e71d42464fa3cd/Dockerfile) - [BuildKit](https://github.com/moby/buildkit/blob/8d5c5f197489f76e2663c417a9e71d42464fa3cd/Dockerfile)
- [Docker CLI](https://github.com/docker/cli/blob/86e1f04b5f115fb0b4bbd51e0e4a68233072d24b/Dockerfile) - [Docker CLI](https://github.com/docker/cli/blob/86e1f04b5f115fb0b4bbd51e0e4a68233072d24b/Dockerfile)
- [Binfmt (Qemu)](https://github.com/tonistiigi/binfmt/blob/8703596e93946b9e31161c060a9ac41a8b578c3f/Dockerfile) - [Binfmt (Qemu)](https://github.com/tonistiigi/xx/blob/8703596e93946b9e31161c060a9ac41a8b578c3f/Dockerfile)
- [Docker Buildx](https://github.com/docker/buildx/blob/4fec647b9d8f34f8569141124d8462c912858144/Dockerfile) - [Docker Buildx](https://github.com/docker/buildx/blob/4fec647b9d8f34f8569141124d8462c912858144/Dockerfile)
- [Containerd](https://github.com/containerd/containerd/blob/9e7910ebdcbf3bf10ebd0a282ab9996572e38749/.github/workflows/release/Dockerfile) - [Containerd](https://github.com/containerd/containerd/blob/9e7910ebdcbf3bf10ebd0a282ab9996572e38749/.github/workflows/release/Dockerfile)