mirror of
https://github.com/armbian/sdk.git
synced 2026-01-06 11:08:52 -08:00
Bo back to main and drop parameter that is not needed
This commit is contained in:
3
.github/workflows/action.yml
vendored
3
.github/workflows/action.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
runs-on: images
|
||||
steps:
|
||||
|
||||
- uses: armbian/build@sdk
|
||||
- uses: armbian/build@main
|
||||
with:
|
||||
# mandatory
|
||||
armbian_token: "${{ secrets.GITHUB_TOKEN }}" # GitHub installation access token
|
||||
@@ -40,7 +40,6 @@ jobs:
|
||||
armbian_release: "${{ matrix.os }}" # userspace: jammy, bookworm, trixie, etc.
|
||||
armbian_board: "${{ matrix.board }}" # board build target
|
||||
# optional
|
||||
armbian_release_clean: "true"
|
||||
armbian_ui: "minimal"
|
||||
armbian_extensions: "docker-ce,sdk${{ matrix.extension }}" # enable extensions
|
||||
armbian_release_tittle: "Armbian SDK" # release tittle
|
||||
|
||||
Reference in New Issue
Block a user