Skip to content

Commit 9a5530d

Browse files
committed
fix: add arm64 and alpine images
1 parent 678f14d commit 9a5530d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docker-bake.hcl

Lines changed: 9 additions & 9 deletions
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", "linux/arm64"]
47+
platforms = ["linux/amd64"]
4848
}
4949

5050
target "clang-tools" {
@@ -63,7 +63,7 @@ target "clang-tools" {
6363
"${DOCKER_REPO}:${tgt}",
6464
"${GITHUB_REPO}:${tgt}"
6565
]
66-
platforms = ["linux/amd64"]
66+
platforms = ["linux/amd64", "linux/arm64"]
6767
}
6868

6969
target "clang-tools" {
@@ -82,7 +82,7 @@ target "clang-tools" {
8282
"${DOCKER_REPO}:${tgt}",
8383
"${GITHUB_REPO}:${tgt}"
8484
]
85-
platforms = ["linux/amd64"]
85+
platforms = ["linux/amd64", "linux/arm64"]
8686
}
8787

8888
target "clang-tools" {
@@ -101,7 +101,7 @@ target "clang-tools" {
101101
"${DOCKER_REPO}:${tgt}",
102102
"${GITHUB_REPO}:${tgt}"
103103
]
104-
platforms = ["linux/amd64"]
104+
platforms = ["linux/amd64", "linux/arm64"]
105105
}
106106

107107
target "clang-tools" {
@@ -119,7 +119,7 @@ target "clang-tools" {
119119
"${DOCKER_REPO}:${tgt}",
120120
"${GITHUB_REPO}:${tgt}"
121121
]
122-
platforms = ["linux/amd64"]
122+
platforms = ["linux/amd64", "linux/arm64"]
123123
}
124124

125125
target "clang-tools" {
@@ -137,7 +137,7 @@ target "clang-tools" {
137137
"${DOCKER_REPO}:${tgt}",
138138
"${GITHUB_REPO}:${tgt}"
139139
]
140-
platforms = ["linux/amd64"]
140+
platforms = ["linux/amd64", "linux/arm64"]
141141
}
142142

143143
target "clang-tools" {
@@ -155,12 +155,12 @@ target "clang-tools" {
155155
"${DOCKER_REPO}:${tgt}",
156156
"${GITHUB_REPO}:${tgt}"
157157
]
158-
platforms = ["linux/amd64"]
158+
platforms = ["linux/amd64", "linux/arm64"]
159159
}
160160

161161
target "clang-tools" {
162162
matrix = {
163-
tgt = ["16-alpine"]
163+
tgt = ["16-alpine", "17-alpine", "18-alpine", "19-alpine", "20-alpine"]
164164
}
165165
name = "${tgt}"
166166
dockerfile = "Dockerfile.alpine"
@@ -173,5 +173,5 @@ target "clang-tools" {
173173
"${DOCKER_REPO}:${tgt}",
174174
"${GITHUB_REPO}:${tgt}"
175175
]
176-
platforms = ["linux/amd64"]
176+
platforms = ["linux/amd64", "linux/arm64"]
177177
}

0 commit comments

Comments
 (0)