From 919ad96cc5bfb232a0f5c96ca4f0de0d9fa4ef5c Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Fri, 14 May 2021 19:12:34 +0100 Subject: [PATCH] feat: add remaining architectures Recent design improvements permit building all of Zephyr's supported architectures simultaneously. So why not? PR: zmkfirmware/zmk-docker#58 --- README.md | 16 ++++++++++++++++ architectures.yml | 15 ++++++++++++++- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a83c7b..ec2d0fe 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,24 @@ Lightweight Docker images for [ZMK][zmk]. ### Platforms +#### Tested - `arm` +#### Not Tested +- `arc` +- `arm64` +- `nios2` +- `riscv64` +- `sparc` +- `x86_64` +- `xtensa_intel_apl_adsp` +- `xtensa_intel_bdw_adsp` +- `xtensa_intel_byt_adsp` +- `xtensa_intel_s1000` +- `xtensa_nxp_imx8m_adsp` +- `xtensa_nxp_imx_adsp` +- `xtensa_sample_controller` + ### Images #### build diff --git a/architectures.yml b/architectures.yml index 5a762bd..ed59ac4 100644 --- a/architectures.yml +++ b/architectures.yml @@ -1 +1,14 @@ -- arm \ No newline at end of file +- arc +- arm +- arm64 +- nios2 +- riscv64 +- sparc +- x86_64 +- xtensa_intel_apl_adsp +- xtensa_intel_bdw_adsp +- xtensa_intel_byt_adsp +- xtensa_intel_s1000 +- xtensa_nxp_imx8m_adsp +- xtensa_nxp_imx_adsp +- xtensa_sample_controller \ No newline at end of file