We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021fec6 commit 3637490Copy full SHA for 3637490
1 file changed
bin/build_all.pl
@@ -31,7 +31,7 @@
31
);
32
my %aliases_rev;
33
34
-my %multi_platform = map { $_ => 1 } qw( noble plucky questing );
+my %multi_platform = map { $_ => 1 } qw( noble plucky questing oracle );
35
36
while (my ($alias, $name) = each %aliases) {
37
$aliases_rev{$name} ||= [];
0 commit comments