Skip to content

Commit

Permalink
fix: add linux-aarch64-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kolipakakondal committed May 31, 2024
1 parent 80d54e7 commit 63dd7b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions releng/com.espressif.idf.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>aarch64</arch>
</environment>

</environments>
</configuration>
</plugin>
Expand Down

0 comments on commit 63dd7b8

Please sign in to comment.