Skip to content

Commit af2531a

Browse files
committed
build: start building for arm64
1 parent 8684b08 commit af2531a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

turbobob.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,15 @@
3939
],
4040
"os_arches": {
4141
"linux-amd64": true,
42+
"linux-arm64": true,
4243
"linux-arm": true
4344
},
4445
"docker_images": [
4546
{
4647
"image": "fn61/edgerouter",
4748
"dockerfile_path": "Dockerfile",
4849
"tag_latest": true,
49-
"platforms": ["linux/amd64", "linux/arm/v7"]
50+
"platforms": ["linux/amd64", "linux/arm64", "linux/arm/v7"]
5051
}
5152
]
5253
}

0 commit comments

Comments
 (0)