Compare commits

...

3 Commits

Author SHA1 Message Date
Igor
a215128d74 Update GitHub Action to use specific patch branch 2025-11-12 18:28:57 +01:00
Igor
5bf78343b2 Update README.md 2025-11-12 18:03:23 +01:00
Igor
deda97a51d Update action.yml 2025-11-12 17:39:16 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ jobs:
name: "${{ matrix.os }},${{ matrix.board }}${{ matrix.extension }}"
steps:
- uses: armbian/build@main
- uses: armbian/build@igorpecovnik-patch-3
with:
# mandatory
armbian_token: "${{ secrets.GITHUB_TOKEN }}" # GitHub installation access token
@@ -44,7 +44,7 @@ jobs:
armbian_release: "${{ matrix.os }}" # userspace: jammy, bookworm, trixie, etc.
armbian_board: "${{ matrix.board }}" # board build target
# optional
armbian_branch: "sdk"
armbian_branch: "main"
armbian_ui: "minimal"
armbian_extensions: "docker-ce,sdk${{ matrix.extension }}" # enable extensions
armbian_release_tittle: "Armbian SDK" # release tittle

View File

@@ -15,7 +15,7 @@
- [x] can be made daily / weekly
- [x] preinstalled Docker
- [ ] automated login into user `armbian`
- [x] automated login into user `armbian`
- [ ] pre-loaded with latest build script
- [ ] contains all kernel caches