Skip to content

Commit a69ec89

Browse files
committed
docs: update supported platforms
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
1 parent 8350fba commit a69ec89

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ Our builds are based on the official Apache httpd, nginx and Openresty images, w
7878
We currently provide images for the following architectures:
7979

8080
* linux/amd64
81-
* linux/arm/v7
82-
* linux/arm64/v8
81+
* linux/arm64
8382
* linux/i386
8483

8584
### Building
@@ -93,7 +92,7 @@ docker buildx bake -f ./docker-bake.hcl --print
9392
To build for any platforms of your choosing, just use this example:
9493

9594
```bash
96-
docker buildx create --use --platform linux/amd64,linux/i386,linux/arm64,linux/arm/v7
95+
docker buildx create --use --platform linux/amd64,linux/i386,linux/arm64
9796
docker buildx bake -f docker-bake.hcl
9897
```
9998

0 commit comments

Comments
 (0)