Skip to content

Commit

Permalink
Releng: update the list of supported environments
Browse files Browse the repository at this point in the history
  • Loading branch information
BeckerFrank committed Jan 1, 2023
1 parent 3c512eb commit f5661ae
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions mylyn.releng/org.eclipse.mylyn.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@
<arch>x86_64</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
<os>macosx</os>
<ws>cocoa</ws>
<arch>aarch64</arch>
</environment>
<environment>
<os>win32</os>
Expand All @@ -161,17 +161,17 @@
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86</arch>
<arch>x86_64</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86_64</arch>
<arch>ppc64</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>ppc64</arch>
<arch>aarch64</arch>
</environment>
</environments>
<target>
Expand Down Expand Up @@ -219,9 +219,9 @@
<arch>x86_64</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
<os>macosx</os>
<ws>cocoa</ws>
<arch>aarch64</arch>
</environment>
<environment>
<os>win32</os>
Expand All @@ -231,17 +231,17 @@
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86</arch>
<arch>x86_64</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86_64</arch>
<arch>ppc64</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>ppc64</arch>
<arch>aarch64</arch>
</environment>
</environments>
<target>
Expand Down

0 comments on commit f5661ae

Please sign in to comment.