Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Evil Azrael committed Jun 19, 2024
1 parent b47f602 commit b97515f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build-armbian.yml
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

0 comments on commit b97515f

Please sign in to comment.