Skip to content

Commit

Permalink
fixing matrix options
Browse files Browse the repository at this point in the history
  • Loading branch information
SelfhostedPro committed Apr 20, 2024
1 parent 0f21edd commit 2ded3ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 35 deletions.
37 changes: 5 additions & 32 deletions .github/workflows/armbian_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,18 @@ on:
workflow_dispatch:
repository_dispatch:
types: ["armbian"]
concurrency:
group: ${{ github.run_id }}-base
cancel-in-progress: false
jobs:
build-armbian:
# Allow writing packages
permissions:
contents: read
packages: write
strategy:
fail-fast: false
matrix:
release:
- trixie
- bullseye
ui:
- minimal
- server
- xfce
kernel:
- legacy
- current
- vendor
runs-on: ubuntu-latest

steps:
- name: Get current date
id: date
run: echo "DATE=(date +'%y.%m.%d')" >> "$GITHUB_OUTPUT"

- uses: armbian/build@main
with:
armbian_token: "${{ secrets.GITHUB_TOKEN }}" # GitHub token
armbian_release: "${{ matrix.release }}"
armbian_release: "trixie"
armbian_target: "build"
armbian_board: "radxa-zero3"
armbian_ui: "${{ matrix.ui }}"
armbian_kernel_branch: "${{ matrix.kernel }}"
armbian_ui: "minimal"
# armbian_runner_clean: true
armbian_compress: "sha,xz"
armbian_artifacts: "build/output/images/"
armbian_release_tittle: "${{ steps.date.output.DATE }} Radxa Zero 3 W Images"
armbian_release_body: "Build with [Armbian tools](https://github.com/armbian/build)"
armbian_release_tittle: "Radxa Zero 3 W Images"
armbian_release_body: "Build with [Armbian tools](https://github.com/armbian/build)"
5 changes: 2 additions & 3 deletions .github/workflows/armbian_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ jobs:
matrix:
release:
- trixie
- bullseye
- bookworm
ui:
- minimal
- server
- xfce
kernel:
- legacy
- current
- vendor
runs-on: ubuntu-latest

Expand Down Expand Up @@ -93,7 +92,7 @@ jobs:
# go to build folder and checkout
cd build
git checkout ${{ inputs.armbian_branch }}
git checkout main
# execute build command
./compile.sh "build" \
Expand Down
Empty file added userpatches/.gitkeep
Empty file.

0 comments on commit 2ded3ef

Please sign in to comment.