Create x.yml

This commit is contained in:
Igor
2023-12-30 14:21:53 +01:00
committed by GitHub
parent 5156ab8e07
commit 9be706fefe

12
.github/workflows/x.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: "Build Armbian"
on:
workflow_dispatch:
jobs:
build-armbian:
runs-on: ubuntu-latest
steps:
- uses: armbian/build@main
with:
armbian_token: "${{ secrets.GITHUB_TOKEN }}" # GitHub token
armbian_release: "jammy" # userspace
armbian_board: "rpi4b" # build target