forked from armbian/build
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Evil Azrael
committed
Jun 16, 2024
1 parent
005fb36
commit 50dcb36
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
name: "Build Armbian" | ||
on: | ||
workflow_dispatch: | ||
push: | ||
pull_request: | ||
jobs: | ||
build-armbian: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: eazrael/armbian-build-artillery-x4@artilleryx4 | ||
with: | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
- name: Run Armbian workflow | ||
uses: ./ | ||
with: | ||
armbian_token: "${{ secrets.GITHUB_TOKEN }}" # GitHub token | ||
armbian_release: "bookworm" # userspace | ||
armbian_target: "build" # build=image, kernel=kernel | ||
armbian_board: "artilleryx4" # build target | ||
|