Skip to content

Commit 6e0d02c

Browse files
committed
Add supported platforms to multi-platform dir layout distributions.
(cherry picked from commit ad2c20b)
1 parent a67aec1 commit 6e0d02c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

mx.graalpython/suite.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,13 @@
907907
},
908908
},
909909
},
910+
"platforms": [
911+
"linux-amd64",
912+
"linux-aarch64",
913+
"darwin-amd64",
914+
"darwin-aarch64",
915+
"windows-amd64",
916+
],
910917
"description": "Contains the JNI native lib, the C API and support libs.",
911918
"maven": False,
912919
},
@@ -1204,6 +1211,13 @@
12041211
},
12051212
},
12061213
},
1214+
"platforms": [
1215+
"linux-amd64",
1216+
"linux-aarch64",
1217+
"darwin-amd64",
1218+
"darwin-aarch64",
1219+
"windows-amd64",
1220+
],
12071221
"maven": False,
12081222
},
12091223

0 commit comments

Comments
 (0)