Skip to content

Commit 42cfa05

Browse files
committed
feat: support arm64 docker images
1 parent 81b4f3f commit 42cfa05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ target "all" {
4040
"${DOCKER_REPO}:all",
4141
"${GITHUB_REPO}:all"
4242
]
43-
platforms = ["linux/amd64"]
43+
platforms = ["linux/amd64", "linux/arm64"]
4444
}
4545

4646
target "clang-tools" {

0 commit comments

Comments
 (0)