Skip to content

Commit 32a8499

Browse files
committed
Add Intel Mac and Arm Linux to the release build workflow.
1 parent 1d7c8db commit 32a8499

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ jobs:
2525
matrix:
2626
include:
2727
- os: ubuntu-latest
28-
artifact_name: prism-linux64
28+
artifact_name: prism-linux64-x86
29+
- os: ubuntu-22.04-arm
30+
artifact_name: prism-linux64-arm
2931
- os: macos-latest
30-
artifact_name: prism-macos64
32+
artifact_name: prism-mac64-arm
33+
- os: macos-15-intel
34+
artifact_name: prism-mac64-x86
3135
runs-on: ${{ matrix.os }}
3236

3337
steps:
@@ -58,9 +62,13 @@ jobs:
5862
matrix:
5963
include:
6064
- os: ubuntu-latest
61-
artifact: prism-linux64
65+
artifact_name: prism-linux64-x86
66+
- os: ubuntu-22.04-arm
67+
artifact_name: prism-linux64-arm
6268
- os: macos-latest
63-
artifact: prism-macos64
69+
artifact_name: prism-mac64-arm
70+
- os: macos-15-intel
71+
artifact_name: prism-mac64-x86
6472
runs-on: ${{ matrix.os }}
6573

6674
steps:

0 commit comments

Comments
 (0)