Update action.yml

This commit is contained in:
Igor
2023-12-30 12:58:27 +01:00
committed by GitHub
parent 60009e136e
commit 0971efbb17

View File

@@ -43,29 +43,3 @@ jobs:
armbian_release_body: "Virtual images for x86 and arm64" # release body
armbian_pgp_key: "${{ secrets.GPG_KEY1 }}" # key for signing
armbian_pgp_password: "${{ secrets.GPG_PASSPHRASE1 }}" # password for key
WSL:
# we need to deal with this separate as here we have different extensions
needs: Matrix
strategy:
fail-fast: false
matrix:
board: [wsl2-arm64,wsl2-x86]
os: ["jammy"]
name: "${{ matrix.os }},${{ matrix.board }}${{ matrix.extension }}"
runs-on: ubuntu-latest
steps:
- uses: igorpecovnik/build@main # #uses: armbian/build@AR-1459
with:
# mandatory
armbian_token: "${{ secrets.GITHUB_TOKEN }}" # GitHub installation access token
armbian_target: "armbian-images" # build configuration from userpatches
armbian_release: "${{ matrix.os }}" # userspace: jammy, bookworm, trixie, etc.
armbian_board: "${{ matrix.board }}" # board build target
# optional
armbian_release_tittle: "Armbian SDK" # release tittle
armbian_release_body: "Virtual images for x86 and arm64" # release body
armbian_pgp_key: "${{ secrets.GPG_KEY1 }}" # key for signing
armbian_pgp_password: "${{ secrets.GPG_PASSPHRASE1 }}" # password for key