We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7c8db commit 32a8499Copy full SHA for 32a8499
1 file changed
.github/workflows/release.yml
@@ -25,9 +25,13 @@ jobs:
25
matrix:
26
include:
27
- os: ubuntu-latest
28
- artifact_name: prism-linux64
+ artifact_name: prism-linux64-x86
29
+ - os: ubuntu-22.04-arm
30
+ artifact_name: prism-linux64-arm
31
- os: macos-latest
- artifact_name: prism-macos64
32
+ artifact_name: prism-mac64-arm
33
+ - os: macos-15-intel
34
+ artifact_name: prism-mac64-x86
35
runs-on: ${{ matrix.os }}
36
37
steps:
@@ -58,9 +62,13 @@ jobs:
58
62
59
63
60
64
61
- artifact: prism-linux64
65
66
67
68
- artifact: prism-macos64
69
70
71
72
73
74
0 commit comments