mirror of
https://github.com/OpenAMP/libmetal.git
synced 2026-02-05 19:26:31 +08:00
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>
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