Skip to content

Commit 57d563a

Browse files
authored
Build for ARM (#1522)
* Update pom.xml * Update maven.yml
1 parent 35ed109 commit 57d563a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/maven.yml

+5
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,8 @@ jobs:
4444
with:
4545
name: macosx
4646
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

+5
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@
207207
<os>macosx</os>
208208
<ws>cocoa</ws>
209209
<arch>x86_64</arch>
210+
</environment>
211+
<environment>
212+
<os>macosx</os>
213+
<ws>cocoa</ws>
214+
<arch>aarch64</arch>
210215
</environment>
211216
</environments>
212217
</configuration>

0 commit comments

Comments
 (0)