We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c25960 commit a81490eCopy full SHA for a81490e
vars/buildPlugin.groovy
@@ -23,7 +23,8 @@ def call(Map addonParams = [:])
23
'tvos-aarch64': 'tvos',
24
'ubuntu-ppa': 'linux',
25
'windows-i686': 'windows/win32',
26
- 'windows-x86_64': 'windows/x64'
+ 'windows-x86_64': 'windows/x64',
27
+ 'linux-x86_64': 'linux'
28
]
29
30
List<String> versionsKeys = new ArrayList<String>(VERSIONS_VALID.keySet());
@@ -42,7 +43,8 @@ def call(Map addonParams = [:])
42
43
'osx-x86_64',
44
'ubuntu-ppa',
45
'windows-i686',
- 'windows-x86_64'
46
+ 'windows-x86_64',
47
+ 'linux-x86_64'
48
49
def UBUNTU_DISTS = [
50
'stable': [
0 commit comments