Skip to content

Commit 52913b3

Browse files
committed
Add supported platforms to multi-platform dir layout distributions.
(cherry picked from commit 0660d36)
1 parent bf7a648 commit 52913b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mx.truffleruby/suite.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,12 @@
637637
"layout": {
638638
"META-INF/resources/ruby/ruby-home/<os>/<arch>/": "extracted-dependency:TRUFFLERUBY_GRAALVM_SUPPORT_PLATFORM_SPECIFIC",
639639
},
640+
"platforms": [
641+
"linux-amd64",
642+
"linux-aarch64",
643+
"darwin-amd64",
644+
"darwin-aarch64",
645+
],
640646
"maven": False,
641647
},
642648

0 commit comments

Comments
 (0)