Skip to content

Commit

Permalink
Add linux.riscv64 target environment to eclipse-platform-parent/pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Sep 29, 2024
1 parent ee54898 commit 0ebf332
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,11 @@
<os>linux</os>
<ws>gtk</ws>
<arch>ppc64le</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>riscv64</arch>
</environment>
<environment>
<os>linux</os>
Expand Down

0 comments on commit 0ebf332

Please sign in to comment.