We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8684b08 commit af2531aCopy full SHA for af2531a
1 file changed
turbobob.json
@@ -39,14 +39,15 @@
39
],
40
"os_arches": {
41
"linux-amd64": true,
42
+ "linux-arm64": true,
43
"linux-arm": true
44
},
45
"docker_images": [
46
{
47
"image": "fn61/edgerouter",
48
"dockerfile_path": "Dockerfile",
49
"tag_latest": true,
- "platforms": ["linux/amd64", "linux/arm/v7"]
50
+ "platforms": ["linux/amd64", "linux/arm64", "linux/arm/v7"]
51
}
52
]
53
0 commit comments