From b40ed377e0f5008ce45c8d650606d784b2439d84 Mon Sep 17 00:00:00 2001 From: "ZHANG, Yuntian" Date: Mon, 26 Jun 2023 17:06:55 +0800 Subject: [PATCH] Update build profile --- .github/workflows/build.yml | 25 ------------------------- .github/workflows/test.yml | 25 ------------------------- 2 files changed, 50 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4409885..535333a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,34 +29,9 @@ jobs: build_systems: [rbuild] distros: [debian, ubuntu] flavors: [xfce, cli] - exclude: - - build_systems: debos - distros: debian - flavors: cli - - build_systems: debos - distros: ubuntu - flavors: kde steps: - name: Checkout uses: actions/checkout@v3 - - name: Upload Armbian image - uses: radxa/armbian-compile-action@main - if: matrix.build_systems == 'armbian' - with: - board: ${{ matrix.boards }} - distro: ${{ matrix.distros }} - flavor: ${{ matrix.flavors }} - release-id: ${{ needs.prepare_release.outputs.release_id }} - github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Upload debos-radxa image - uses: radxa/debos-build-action@main - if: matrix.build_systems == 'debos' - with: - board: ${{ matrix.boards }} - distro: ${{ matrix.distros }} - flavor: ${{ matrix.flavors }} - release-id: ${{ needs.prepare_release.outputs.release_id }} - github-token: ${{ secrets.GITHUB_TOKEN }} - name: Upload rbuild image uses: radxa-repo/rbuild@main if: matrix.build_systems == 'rbuild' && matrix.distros != 'buster' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index db778a7..8905e3a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,34 +31,9 @@ jobs: build_systems: [rbuild] distros: [debian, ubuntu] flavors: [xfce, cli] - exclude: - - build_systems: debos - distros: debian - flavors: cli - - build_systems: debos - distros: ubuntu - flavors: kde steps: - name: Checkout uses: actions/checkout@v3 - - name: Upload Armbian image - uses: radxa/armbian-compile-action@main - if: matrix.build_systems == 'armbian' - with: - board: ${{ matrix.boards }} - distro: ${{ matrix.distros }} - flavor: ${{ matrix.flavors }} - release-id: ${{ needs.prepare_release.outputs.release_id }} - github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Upload debos-radxa image - uses: radxa/debos-build-action@main - if: matrix.build_systems == 'debos' - with: - board: ${{ matrix.boards }} - distro: ${{ matrix.distros }} - flavor: ${{ matrix.flavors }} - release-id: ${{ needs.prepare_release.outputs.release_id }} - github-token: ${{ secrets.GITHUB_TOKEN }} - name: Upload rbuild image uses: radxa-repo/rbuild@main if: matrix.build_systems == 'rbuild' && matrix.distros != 'buster'