Skip to content

Commit 29d76b9

Browse files
author
neil
committed
add arm runner and riscv64
1 parent 366148a commit 29d76b9

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

.github/workflows/openbsd.yml

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ jobs:
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
@@ -85,7 +88,10 @@ jobs:
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"

0 commit comments

Comments
 (0)