mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +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
|
||||
matrix:
|
||||
distro: [stable, unstable]
|
||||
arch: [arm64]
|
||||
include:
|
||||
- distro: stable
|
||||
arch: mips64el
|
||||
arch: [arm64, mips64el]
|
||||
needs: check_commit_msg
|
||||
if: ${{ !contains( needs.check_commit_msg.outputs.commit_message, '!DEB') }}
|
||||
name: Build debian package for ${{ matrix.distro }} ${{ matrix.arch }}
|
||||
@ -127,7 +124,7 @@ jobs:
|
||||
|
||||
upload:
|
||||
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
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user