8000 Merge branch 'ci/openwrt-mips' of https://github.com/t-8ch/util-linux · util-linux/util-linux@4e41733 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e41733

Browse files
committed
Merge branch 'ci/openwrt-mips' of https://github.com/t-8ch/util-linux
* 'ci/openwrt-mips' of https://github.com/t-8ch/util-linux: ci: build on MIPS ci: add OpenWRT subtarget to matrix name
2 parents 91dbf35 + 7d37ae2 commit 4e41733

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/cibuild.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
.github/workflows/cibuild.sh CHECK
184184
185185
build-openwrt:
186-
name: build (openwrt, ${{ matrix.target }})
186+
name: build (openwrt, ${{ matrix.target }}/${{ matrix.subtarget}})
187187
runs-on: ubuntu-latest
188188
concurrency:
189189
group: ${{ github.workflow }}-${{ toJSON(matrix) }}-${{ github.ref }}
@@ -207,6 +207,12 @@ jobs:
207207
- target: x86
208208
subtarget: generic
209209
abi: musl
210+
- target: octeon
211+
subtarget: generic
212+
abi: musl
213+
- target: ramips
214+
subtarget: mt7620
215+
abi: musl
210216
env:
211217
COMPILER: none
212218
steps:

0 commit comments

Comments
 (0)
0