Skip to content

Commit a73cd4c

Browse files
authored
Fix architecture of new Debian images (#1048)
1 parent eb2a25f commit a73cd4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/debian/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@
9393
{
9494
"platforms": [
9595
{
96-
"architecture": "arm64",
96+
"architecture": "arm",
9797
"dockerfile": "src/debian/12/helix/arm32v7",
9898
"os": "linux",
9999
"osVersion": "bookworm",
100100
"tags": {
101101
"debian-12-helix-arm32v7-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {},
102102
"debian-12-helix-arm32v7$(FloatingTagSuffix)": {}
103103
},
104-
"variant": "v8"
104+
"variant": "v7"
105105
}
106106
]
107107
},

0 commit comments

Comments
 (0)