mirror of
https://github.com/armbian/sdk.git
synced 2026-01-06 11:08:52 -08:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1101a2b0b3 | ||
|
|
0de4cd2ca8 | ||
|
|
f0b1d25c42 | ||
|
|
adc4073cea | ||
|
|
261e1d4ce4 | ||
|
|
2451792210 | ||
|
|
64f7bcbce7 | ||
|
|
7c5d8f7fcf | ||
|
|
9e10dffd7f | ||
|
|
66d2030af6 |
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 }}"
|
||||
|
||||
14
README.md
14
README.md
@@ -1,13 +1,7 @@
|
||||
<p align="center">
|
||||
<a href="#build-framework">
|
||||
<img src="https://raw.githubusercontent.com/armbian/build/master/.github/armbian-logo.png" alt="Armbian logo" width="144">
|
||||
</a>
|
||||
<br>
|
||||
<strong>Armbian SDK</strong><br>
|
||||
<br>
|
||||
<a href=https://github.com/armbian/sdk/releases/latest><img alt="GitHub Workflow Status" src="https://img.shields.io/github/v/release/armbian/sdk?label=Download&style=for-the-badge&logoColor=black"></a>
|
||||
</p>
|
||||
|
||||
<h2 align="center">
|
||||
<a href=#><img src="https://raw.githubusercontent.com/armbian/.github/master/profile/logosmall.png" alt="Armbian logo"></a>
|
||||
<br><br>
|
||||
</h2>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user