mirror of
https://github.com/armbian/sdk.git
synced 2026-01-06 11:08:52 -08:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0de4cd2ca8 | ||
|
|
f0b1d25c42 | ||
|
|
adc4073cea | ||
|
|
261e1d4ce4 |
8
.github/workflows/action.yml
vendored
8
.github/workflows/action.yml
vendored
@@ -11,19 +11,21 @@ jobs:
|
||||
Keep:
|
||||
name: "Keep alive"
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
actions: write
|
||||
steps:
|
||||
# checkout this repository
|
||||
- uses: actions/checkout@v4
|
||||
# prevent GitHub from suspending cronjob
|
||||
- uses: gautamkrishnar/keepalive-workflow@v1
|
||||
- uses: liskin/gh-workflow-keepalive@v1
|
||||
|
||||
Matrix:
|
||||
needs: Keep
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
board: [uefi-x86,uefi-arm64]
|
||||
os: ["jammy"]
|
||||
board: [uefi-x86]
|
||||
os: ["noble"]
|
||||
extension: [",image-output-qcow2",""]
|
||||
|
||||
name: "${{ matrix.os }},${{ matrix.board }}${{ matrix.extension }}"
|
||||
|
||||
Reference in New Issue
Block a user