Files
Arnaud Pouliquen 9196a664c4 CI: Update QEMU Xtensa board name
The board "qemu_xtensa" has been renamed to "qemu_xtensa/dc233c" and
deprecated in the Zephyr commit:
84c12ab5b5

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
2026-01-20 08:57:28 +01:00
..
2020-10-16 11:48:32 +02:00
2022-01-04 10:05:40 +01:00

Libmetal build check docker action

This action test builds for a specified target.

Inputs

target

Required the build target. Default "linux". The supported targets are: linux generic arm freertos zephyr

Example usage

uses: ./.github/actions/build_ci with: target: freertos