Skip to content

Build Armbian SDK

Build Armbian SDK #43

Workflow file for this run

name: "Build Armbian"
on:
workflow_dispatch:
jobs:
example_matrix:
strategy:
fail-fast: false
matrix:
board: [uefi-x86,uefi-arm64]
os: ["bookworm","jammy"]
name: "Build ${{ matrix.os }} for ${{ matrix.board }}"
runs-on: ubuntu-latest
steps:
- uses: igorpecovnik/build@main # #uses: armbian/build@AR-1459
with:
armbian_token: "${{ secrets.GITHUB_TOKEN }}" # GitHub installation access token
armbian_target: "armbian-images" # build configuration from userpatches
armbian_kernel_branch: "current" # branch: legacy, current, edge, etc.
armbian_branch: "main" # build framework branch
armbian_release: "${{ matrix.os }}" # userspace: jammy, bookworm, trixie, etc.
armbian_board: "${{ matrix.board }}" # build target from https://github.com/armbian/build/tree/main/config/boards
armbian_ui: "minimal" # minimal, server, xfce, gnome, etc.
armbian_compress: "sha,img,xz" # compression method: sha,img,xz
armbian_extensions: "docker-ce,sdk" # enable extensions