buildx/readme.adoc

12 lines
374 B
Plaintext
Raw Normal View History

2020-07-29 14:01:00 +00:00
image:https://gitlab.com/alemaire/buildx/badges/master/pipeline.svg[link="https://gitlab.com/alemaire/buildx/-/commits/master",title="pipeline status"]
On debian :
2020-07-29 14:11:52 +00:00
```
2020-07-29 14:01:00 +00:00
install docker CE from docker as packaged version is not egal or higher than 19.03
2020-07-30 07:34:34 +00:00
apt install qemu-user-static
docker buildx create --use --platform linux/amd64,linux/arm64,linux/arm,linux/ppc64le
2020-07-29 14:01:00 +00:00
2020-07-29 14:11:52 +00:00
```