Skip to content

Build Armbian SDK

Build Armbian SDK #46

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: ["jammy"]
extension: [", image-output-qcow2",""]
name: "${{ matrix.os }}, ${{ matrix.board }}${{ matrix.extension }}"
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${{ matrix.extension }}" # enable extensions