Skip to content

Commit

Permalink
Add osx ARM64 platform to Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Jan 11, 2024
1 parent 0601932 commit 754bb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/addon/Jenkinsfile.j2
Original file line number Diff line number Diff line change
@@ -1 +1 @@
buildPlugin(version: "Nexus", platforms: {{ ['android-aarch64', 'android-armv7', 'osx-x86_64', 'windows-i686', 'windows-x86_64']|reject("in", libretro_repo.exclude_platforms)|list()|tojson() }})
buildPlugin(version: "Nexus", platforms: {{ ['android-aarch64', 'android-armv7', 'osx-x86_64', 'osx-arm64', 'windows-i686', 'windows-x86_64']|reject("in", libretro_repo.exclude_platforms)|list()|tojson() }})

0 comments on commit 754bb67

Please sign in to comment.