Skip to content

Commit

Permalink
Merge pull request #87 from datalogics-saharay/APDFL-5653-update-docs…
Browse files Browse the repository at this point in the history
…-for-win-arm

ADPFL-5653: Update docs for Windows ARM samples
  • Loading branch information
datalogics-aarroyo authored Nov 27, 2024
2 parents d186249 + e04334b commit e577947
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions using_on_other_platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,18 @@ After you've installed APDFL for your platform to your Maven cache, you can run
</properties>
</profile>
```
### **Windows ARM (64-bit)**
```
<profile>
<id>WindowsArm</id>
<activation>
<os>
<family>windows</family>
<arch>aarch64</arch>
</os>
</activation>
<properties>
<jni.classifier>win-arm-64-jni</jni.classifier>
</properties>
</profile>
```

0 comments on commit e577947

Please sign in to comment.