mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 10:50:23 +08:00
debian: enable mips64el build on sid
This commit is contained in:
parent
89a999bd1a
commit
0a5d6df1c3
7
.github/workflows/deb.yml
vendored
7
.github/workflows/deb.yml
vendored
@ -79,10 +79,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distro: [stable, unstable]
|
distro: [stable, unstable]
|
||||||
arch: [arm64]
|
arch: [arm64, mips64el]
|
||||||
include:
|
|
||||||
- distro: stable
|
|
||||||
arch: mips64el
|
|
||||||
needs: check_commit_msg
|
needs: check_commit_msg
|
||||||
if: ${{ !contains( needs.check_commit_msg.outputs.commit_message, '!DEB') }}
|
if: ${{ !contains( needs.check_commit_msg.outputs.commit_message, '!DEB') }}
|
||||||
name: Build debian package for ${{ matrix.distro }} ${{ matrix.arch }}
|
name: Build debian package for ${{ matrix.distro }} ${{ matrix.arch }}
|
||||||
@ -127,7 +124,7 @@ jobs:
|
|||||||
|
|
||||||
upload:
|
upload:
|
||||||
needs: [check_commit_msg, build, build-cross]
|
needs: [check_commit_msg, build, build-cross]
|
||||||
if: ${{ !contains( needs.check_commit_msg.outputs.commit_message, 'NO_DEB') }}
|
if: ${{ always() }} && ${{ !contains( needs.check_commit_msg.outputs.commit_message, 'NO_DEB') }}
|
||||||
name: Upload debian packages
|
name: Upload debian packages
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user