Skip to content

Commit 5486e26

Browse files
authored
feat(native): Enable Python support for Linux/ARM64 (#7220)
1 parent 3b9567c commit 5486e26

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/cubejs-backend-native/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,9 @@
5959
]
6060
],
6161
"constraints": {
62-
"platform": [
63-
"linux"
64-
],
65-
"arch": [
66-
"x64"
62+
"platform-arch": [
63+
"linux-x64",
64+
"linux-arm64"
6765
]
6866
}
6967
}

0 commit comments

Comments
 (0)