Compare commits

...

5 Commits

Author SHA1 Message Date
Igor
1101a2b0b3 Revise README structure and logo 2025-08-28 06:02:16 +02:00
Igor
0de4cd2ca8 Update action.yml 2025-05-12 05:58:23 +02:00
Igor
f0b1d25c42 Update action.yml 2025-05-12 05:56:11 +02:00
Igor
adc4073cea Fix keep alive 2025-05-12 05:51:39 +02:00
gkr-bot
261e1d4ce4 Automated commit by Keepalive Workflow to keep the repository active 2025-04-01 03:39:57 +00:00
2 changed files with 9 additions and 13 deletions

View File

@@ -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 }}"

View File

@@ -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>