Skip to content

Commit

Permalink
Update build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Feb 22, 2023
1 parent 75ef2ea commit 88e5ced
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Get time
- name: Get current time
uses: josStorer/get-current-time@v2
id: time
uses: nanzm/get-time-action@v1.1
with:
format: 'YYYYMMDD-HHmm'
- name: Create empty release
id: release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.time.outputs.time }}
tag_name: ${{ steps.time.outputs.formattedTime }}
body_path: README.md
token: ${{ secrets.GITHUB_TOKEN }}
target_commitish: main
Expand All @@ -35,7 +35,7 @@ jobs:
boards: [rock-4c-plus]
build_systems: [rbuild, armbian]
distros: [debian, ubuntu, focal]
flavors: [kde, cli]
flavors: [kde, xfce, cli]
exclude:
- build_systems: debos
distros: debian
Expand All @@ -47,9 +47,13 @@ jobs:
distros: focal
- build_systems: armbian
distros: focal
- build_systems: armbian
flavors: xfce
- build_systems: debos
flavors: xfce
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Upload Armbian image
uses: radxa/armbian-compile-action@main
if: matrix.build_systems == 'armbian'
Expand Down

0 comments on commit 88e5ced

Please sign in to comment.