diff options
| author | ruki <[email protected]> | 2020-09-12 17:13:52 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-12 17:13:52 +0800 |
| commit | 43f4b3f94569310b6019b9428b1a0e8ce525ceb8 (patch) | |
| tree | b8be2f97d361aee14623100a968e3e6aad1a75ca | |
| parent | a0a492009f956aecacf2483fccdc2a271eca1254 (diff) | |
Update and rename debian_mips.yml to debian_mips64.yml
| -rw-r--r-- | .github/workflows/debian_mips64.yml (renamed from .github/workflows/debian_mips.yml) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/debian_mips.yml b/.github/workflows/debian_mips64.yml index 83a4823ed..c420666d7 100644 --- a/.github/workflows/debian_mips.yml +++ b/.github/workflows/debian_mips64.yml @@ -1,4 +1,4 @@ -name: Debian (Mips) +name: Debian (Mips64) on: pull_request: @@ -8,9 +8,6 @@ on: jobs: build: - strategy: - matrix: - arch: [mips, mipsel, mips64, mips64el] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -20,11 +17,11 @@ jobs: - run: | docker run --rm --privileged multiarch/qemu-user-static:register --reset - - uses: docker://multiarch/debian-debootstrap:${{matrix.arch}}-stretch + - uses: docker://multiarch/debian-debootstrap:mips64-stretch with: args: 'uname -a' - - uses: docker://multiarch/debian-debootstrap:${{matrix.arch}}-stretch + - uses: docker://multiarch/debian-debootstrap:mips64-stretch with: args: > bash -c |
