We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ed109 commit 57d563aCopy full SHA for 57d563a
.github/workflows/maven.yml
@@ -44,3 +44,8 @@ jobs:
44
with:
45
name: macosx
46
path: io.sloeber.product/target/products/io.sloeber.product/macosx/cocoa/x86_64
47
+ - name: Archive Mac ARM 64 bit
48
+ uses: actions/upload-artifact@v2
49
+ with:
50
+ name: macosx_arm
51
+ path: io.sloeber.product/target/products/io.sloeber.product/macosx/cocoa/aarch64
io.sloeber.parent/pom.xml
@@ -207,6 +207,11 @@
207
<os>macosx</os>
208
<ws>cocoa</ws>
209
<arch>x86_64</arch>
210
+ </environment>
211
+ <environment>
212
+ <os>macosx</os>
213
+ <ws>cocoa</ws>
214
+ <arch>aarch64</arch>
215
</environment>
216
</environments>
217
</configuration>
0 commit comments