mirror of
https://github.com/armbian/sdk.git
synced 2026-01-06 11:08:52 -08:00
Create x.yml
This commit is contained in:
12
.github/workflows/x.yml
vendored
Normal file
12
.github/workflows/x.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user