Skip to content

Conversation

fuzzard
Copy link
Contributor

@fuzzard fuzzard commented Feb 24, 2025

Windows-arm64 for addons

Still pending on kodi support, so no rush on this.

@@ -25,7 +25,8 @@ def call(Map addonParams = [:])
'osx-arm64': 'osx-arm64',
'tvos-aarch64': 'tvos',
'windows-i686': 'windows/win32',
'windows-x86_64': 'windows/x64'
'windows-x86_64': 'windows/x64',
'windows-arm64': 'windows/arm64',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keep this map sorted


def PLATFORMS_DEPLOY = [
'android-armv7',
'android-aarch64',
'osx-x86_64',
'osx-arm64',
'windows-i686',
'windows-x86_64'
'windows-x86_64',
'windows-arm64'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keep this list sorted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants