Skip to content

Commit e626eb9

Browse files
committed
docs: update readme
1 parent 75e3d90 commit e626eb9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ You can access all available Clang Tools Docker images via [Docker Hub registry
1414

1515
* [`all`](https://github.com/cpp-linter/clang-tools-docker/blob/master/Dockerfile.all) (Supports versions of clang-tools includes `20`, `19`, `18`, `17`, `16`, `15`, `14`, `13`, `12`, `11`, `10`, `9`)
1616
* [`20`](https://github.com/cpp-linter/clang-tools-docker/blob/master/Dockerfile)
17+
* [`20-alpine`](https://github.com/cpp-linter/clang-tools-docker/blob/master/Dockerfile.alpine)
1718
* [`19`](https://github.com/cpp-linter/clang-tools-docker/blob/master/Dockerfile)
19+
* [`19-alpine`](https://github.com/cpp-linter/clang-tools-docker/blob/master/Dockerfile.alpine)
1820
* [`18`](https://github.com/cpp-linter/clang-tools-docker/blob/master/Dockerfile)
21+
* [`18-alpine`](https://github.com/cpp-linter/clang-tools-docker/blob/master/Dockerfile.alpine)
1922
* [`17`](https://github.com/cpp-linter/clang-tools-docker/blob/master/Dockerfile)
23+
* [`17-alpine`](https://github.com/cpp-linter/clang-tools-docker/blob/master/Dockerfile.alpine)
2024
* [`16`](https://github.com/cpp-linter/clang-tools-docker/blob/master/Dockerfile)
2125
* [`16-alpine`](https://github.com/cpp-linter/clang-tools-docker/blob/master/Dockerfile.alpine)
2226
* [`15`](https://github.com/cpp-linter/clang-tools-docker/blob/master/Dockerfile)

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ target "all" {
4444
"${DOCKER_REPO}:all",
4545
"${GITHUB_REPO}:all"
4646
]
47-
platforms = ["linux/amd64"]
47+
platforms = ["linux/amd64", "linux/arm64"]
4848
}
4949

5050
target "clang-tools" {

0 commit comments

Comments
 (0)