Skip to content

Commit b0b2cf4

Browse files
authored
Add arm32 Helix Dockerfile for Ubuntu 22.04 (#1381)
1 parent a09fba9 commit b0b2cf4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/ubuntu/manifest.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,20 @@
167167
}
168168
]
169169
},
170+
{
171+
"platforms": [
172+
{
173+
"architecture": "arm",
174+
"dockerfile": "src/ubuntu/22.04/helix",
175+
"os": "linux",
176+
"osVersion": "jammy",
177+
"tags": {
178+
"ubuntu-22.04-helix-arm32v7": {}
179+
},
180+
"variant": "v7"
181+
}
182+
]
183+
},
170184
{
171185
"platforms": [
172186
{

0 commit comments

Comments
 (0)