Compare commits

...

2 Commits

Author SHA1 Message Date
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 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ jobs:
armbian_release: "${{ matrix.os }}" # userspace: jammy, bookworm, trixie, etc. armbian_release: "${{ matrix.os }}" # userspace: jammy, bookworm, trixie, etc.
armbian_board: "${{ matrix.board }}" # board build target armbian_board: "${{ matrix.board }}" # board build target
# optional # optional
armbian_branch: "sdk" armbian_branch: "main"
armbian_ui: "minimal" armbian_ui: "minimal"
armbian_extensions: "docker-ce,sdk${{ matrix.extension }}" # enable extensions armbian_extensions: "docker-ce,sdk${{ matrix.extension }}" # enable extensions
armbian_release_tittle: "Armbian SDK" # release tittle armbian_release_tittle: "Armbian SDK" # release tittle

View File

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