Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,5 @@ clear.cmd
build_*
.vscode/
.idea/
.DS_Store
.build
9 changes: 2 additions & 7 deletions Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@

We need Docker with support for multi-platform images. This support is provided
by the `buildx` plugin included by default in `docker-desktop` and available
from `docker-ce` and `moby-engine`.

Install on Debian:
```
apt install moby-engine moby-buildx moby-compose moby-cli
```
for `docker-ce` and `moby-engine`.

Install on Ubuntu:
[https://docs.docker.com/engine/install/ubuntu/](https://docs.docker.com/engine/install/ubuntu/).
Expand All @@ -25,7 +20,7 @@ docker buildx use mybuilder

Next times:
```
docker run --privileged --rm tonistiigi/binfmt --install all
docker run --privileged --rm tonistiigi/binfmt:master --install all
```

## Update Docker images
Expand Down
10 changes: 4 additions & 6 deletions docker-bake.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"platforms": [
"linux/amd64",
"linux/arm64",
"linux/arm64/v8",
"linux/ppc64le",
"linux/s390x"
],
Expand All @@ -34,8 +34,7 @@
"linux/386",
"linux/amd64",
"linux/arm/v7",
"linux/arm64",
"linux/mips64le",
"linux/arm64/v8",
"linux/ppc64le",
"linux/s390x"
],
Expand All @@ -53,8 +52,7 @@
"linux/386",
"linux/amd64",
"linux/arm/v7",
"linux/arm64",
"linux/mips64le",
"linux/arm64/v8",
"linux/ppc64le",
"linux/s390x"
]
Expand All @@ -73,4 +71,4 @@
]
}
}
}
}