File tree Expand file tree Collapse file tree 1 file changed +26
-3
lines changed
Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Original file line number Diff line number Diff line change 6868 matrix :
6969 release : ["7.7", "7.8"]
7070 arch : ["aarch64", ""]
71- runs : ["ubuntu-24.04"]
71+ runs : ["ubuntu-24.04", "ubuntu-24.04-arm"]
72+ exclude :
73+ - runs : ubuntu-24.04-arm
74+ arch : " "
7275
7376 uses : ./.github/workflows/testrun.yml
7477 secrets : inherit
8588 matrix :
8689 release : ["7.7", "7.8"]
8790 arch : ["aarch64", ""]
88- runs : ["ubuntu-24.04"]
91+ runs : ["ubuntu-24.04", "ubuntu-24.04-arm"]
92+ exclude :
93+ - runs : ubuntu-24.04-arm
94+ arch : " "
8995
9096 uses : ./.github/workflows/testrun.yml
9197 secrets : inherit
@@ -95,4 +101,21 @@ jobs:
95101 release : ${{ matrix.release }}
96102 arch : ${{ matrix.arch }}
97103 sync : " nfs"
98-
104+
105+
106+ testscp-riscv64 :
107+ strategy :
108+ fail-fast : false
109+ matrix :
110+ release : ["7.7", "7.8"]
111+ arch : ["riscv64"]
112+ runs : ["ubuntu-24.04"]
113+
114+ uses : ./.github/workflows/testrun.yml
115+ secrets : inherit
116+ with :
117+ runs : ${{ matrix.runs }}
118+ os : openbsd
119+ release : ${{ matrix.release }}
120+ arch : ${{ matrix.arch }}
121+ sync : " scp"
You can’t perform that action at this time.
0 commit comments