Skip to content

Commit

Permalink
Merge pull request #1 from Radxa-Alvin/main
Browse files Browse the repository at this point in the history
modify the name of radxa zero3
  • Loading branch information
RadxaYuntian authored Sep 21, 2023
2 parents 3a3cb99 + 85d6231 commit 0801575
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
needs: prepare_release
strategy:
matrix:
boards: [radxa-zero-3w]
boards: [radxa-zero3]
build_systems: [rbuild]
distros: [debian, ubuntu]
flavors: [xfce, cli]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
needs: prepare_release
strategy:
matrix:
boards: [radxa-zero-3w]
boards: [radxa-zero3]
build_systems: [rbuild]
distros: [debian, ubuntu]
flavors: [xfce, cli]
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Radxa ZERO 3W
[![Build image for Release channel](https://github.com/radxa-build/radxa-zero-3w/actions/workflows/build.yml/badge.svg)](https://github.com/radxa-build/radxa-zero-3w/actions/workflows/build.yml)[![Build image for Test channel](https://github.com/radxa-build/radxa-zero-3w/actions/workflows/test.yml/badge.svg)](https://github.com/radxa-build/radxa-zero-3w/actions/workflows/test.yml)
# Radxa ZERO 3
[![Build image for Release channel](https://github.com/radxa-build/radxa-zero3/actions/workflows/build.yml/badge.svg)](https://github.com/radxa-build/radxa-zero3/actions/workflows/build.yml)[![Build image for Test channel](https://github.com/radxa-build/radxa-zero3/actions/workflows/test.yml/badge.svg)](https://github.com/radxa-build/radxa-zero3/actions/workflows/test.yml)

## What is this?

This repo is the central location for Radxa-built system images for Radxa ZERO 3W.
This repo is the central location for Radxa-built system images for Radxa ZERO 3.

## What images are provided?

Expand All @@ -14,7 +14,7 @@ Currently 4 flavors are provided:
- Ubuntu Xfce: This flavor is provided as-is except for critical issues. Desktop is currently not working and we intend to fix it in a later time. This (currently broken) build is generated to catch build system issues.
- Ubuntu CLI: This flavor is provided as-is except for critical issues. Users should look at Debian CLI as an alternative.

Please also always use [the latest release](https://github.com/radxa-build/radxa-zero-3w/releases/latest) instead of any pre-release / test builds. Those will not be supported.
Please also always use [the latest release](https://github.com/radxa-build/radxa-zero3/releases/latest) instead of any pre-release / test builds. Those will not be supported.

## Is there any other options?

Expand Down

0 comments on commit 0801575

Please sign in to comment.