Skip to content

Commit

Permalink
Disable Armbian build
Browse files Browse the repository at this point in the history
Armbian currently only offer legacy and edge kernel on this board,
while our GitHub action targets current only.

Signed-off-by: Yuntian Zhang <[email protected]>
  • Loading branch information
RadxaYuntian committed Mar 11, 2022
1 parent 7e5a4e5 commit a0905aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
BOARD: [rock-3a]
DISTRO: [armbian, debos]
DISTRO: [debos]
FLAVOR: [debian, ubuntu]
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

A collection of auto-generated images for ROCK 3A.

* Armbian images will have name started with `Armbian`.
* Armbian images will have name started with `Armbian`. This is currently disabled since Armbian is not providing their `current` kernel on this board.
* Radxa debos image will have name started with the board name.
* Manjaro users can visit [here](https://github.com/manjaro-arm/rock3-a-images).

Expand Down

0 comments on commit a0905aa

Please sign in to comment.