Skip to content

Commit a81490e

Browse files
committed
Add linux platforms
1 parent 0c25960 commit a81490e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

vars/buildPlugin.groovy

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ def call(Map addonParams = [:])
2323
'tvos-aarch64': 'tvos',
2424
'ubuntu-ppa': 'linux',
2525
'windows-i686': 'windows/win32',
26-
'windows-x86_64': 'windows/x64'
26+
'windows-x86_64': 'windows/x64',
27+
'linux-x86_64': 'linux'
2728
]
2829

2930
List<String> versionsKeys = new ArrayList<String>(VERSIONS_VALID.keySet());
@@ -42,7 +43,8 @@ def call(Map addonParams = [:])
4243
'osx-x86_64',
4344
'ubuntu-ppa',
4445
'windows-i686',
45-
'windows-x86_64'
46+
'windows-x86_64',
47+
'linux-x86_64'
4648
]
4749
def UBUNTU_DISTS = [
4850
'stable': [

0 commit comments

Comments
 (0)