diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-07-02 21:12:13 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-07-02 21:12:13 +0200 |
commit | 99293bbc029cdccf6d70b037e29b5c08c5a36707 (patch) | |
tree | 184c3e0d4049a2af1a70e52bd7b863fccc668dcb /org.eclipse.jgit.packaging | |
parent | 1a364c49ec88e5b2e642dddc743df5ebd7445daf (diff) | |
download | jgit-99293bbc029cdccf6d70b037e29b5c08c5a36707.tar.gz jgit-99293bbc029cdccf6d70b037e29b5c08c5a36707.zip |
Add aarch64 environment to target platform configuration
Change-Id: Ib2b25f2f0abb9aac6327c030fc530c0c361cc0f9
Diffstat (limited to 'org.eclipse.jgit.packaging')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index 1c581eec17..56946faeca 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -259,6 +259,11 @@ <ws>cocoa</ws> <arch>x86_64</arch> </environment> + <environment> + <os>macosx</os> + <ws>cocoa</ws> + <arch>aarch64</arch> + </environment> </environments> </configuration> </plugin> |