File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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 :
7482 - name : Build and run smoke test
7583 shell : bash
7684 working-directory : ./test-dir
85+ merge-multiple : true # Remove subfolders
7786 run : |
7887 tar -xzf prism*.tar.gz
7988 rm prism*.tar.gz
You can’t perform that action at this time.
0 commit comments