mirror of
https://github.com/tonistiigi/xx
synced 2025-09-26 19:21:09 +08:00
update README badges
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
# xx - Dockerfile cross-compilation helpers
|
||||
|
||||
[](https://github.com/tonistiigi/xx/actions?query=workflow%3Abuild)
|
||||
[](https://hub.docker.com/r/tonistiigi/xx/)
|
||||
[](https://github.com/tonistiigi/xx/releases/latest)
|
||||
[](https://github.com/tonistiigi/xx/actions?query=workflow%3Abuild)
|
||||
[](https://goreportcard.com/report/github.com/tonistiigi/xx)
|
||||
[](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.
|
||||
|
||||
@@ -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)
|
||||
- [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)
|
||||
- [Containerd](https://github.com/containerd/containerd/blob/9e7910ebdcbf3bf10ebd0a282ab9996572e38749/.github/workflows/release/Dockerfile)
|
||||
|
||||
|
Reference in New Issue
Block a user