From 0a5d6df1c300bc4cd7208b771e5181fadb34a826 Mon Sep 17 00:00:00 2001 From: ymshenyu Date: Mon, 11 Jan 2021 12:56:29 +0800 Subject: [PATCH] debian: enable mips64el build on sid --- .github/workflows/deb.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index fd14db26..fbf0753a 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -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