Skip to content

Commit ea04263

Browse files
committed
ci: add back ARMv6 build
1 parent 0b74507 commit ea04263

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker-bake.hcl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ target "default" {
9696
platforms = os == "alpine" ? [
9797
"linux/amd64",
9898
"linux/386",
99-
# FIXME: armv6 doesn't build in GitHub actions because we use a custom Go build
100-
#"linux/arm/v6",
99+
"linux/arm/v6",
101100
"linux/arm/v7",
102101
"linux/arm64",
103102
] : [

0 commit comments

Comments
 (0)