Skip to content

Commit

Permalink
Update build-armbian.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eazrael authored Jun 16, 2024
1 parent 828fa51 commit f833a81
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,4 @@ jobs:
uses: actions/checkout@v2
- name: Run Armbian workflow
uses: ./.github/workflows/action.yml
with:
armbian_token: "${{ secrets.GITHUB_TOKEN }}" # GitHub token
armbian_release: "bookworm" # userspace
armbian_target: "build" # build=image, kernel=kernel
armbian_board: "artilleryx4" # build target

run: pwd && find .

0 comments on commit f833a81

Please sign in to comment.