Skip to content

Commit 4b596df

Browse files
committed
gha: add linux/arm/v5 to list of platforms
We include this in the moby/moby repo, but it looks like we didn't for the CLI. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent a2c8862 commit 4b596df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-bake.hcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ target "_platforms" {
3131
"darwin/amd64",
3232
"darwin/arm64",
3333
"linux/amd64",
34+
"linux/arm/v5",
3435
"linux/arm/v6",
3536
"linux/arm/v7",
3637
"linux/arm64",
@@ -186,6 +187,7 @@ target "bin-image-cross" {
186187
"darwin/amd64",
187188
"darwin/arm64",
188189
"linux/amd64",
190+
"linux/arm/v5",
189191
"linux/arm/v6",
190192
"linux/arm/v7",
191193
"linux/arm64",

0 commit comments

Comments
 (0)