diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 38904cc..84571eb 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -2,7 +2,7 @@ name: Containers env: zephyr-version: 2.4.0 - zephyr-sdk-version: 0.12.0 + zephyr-sdk-version: 0.12.1 sha-abbrev-length: 12 no-cache: ${{ secrets.NO_CACHE != null || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }} ignore-actions-cache: ${{ secrets.IGNORE_ACTIONS_CACHE != null }} diff --git a/README.md b/README.md index ec2d0fe..65345b7 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Lightweight Docker images for [ZMK][zmk]. #### Not Tested - `arc` - `arm64` +- `mips` - `nios2` - `riscv64` - `sparc` diff --git a/architectures.yml b/architectures.yml index ed59ac4..aca695f 100644 --- a/architectures.yml +++ b/architectures.yml @@ -1,6 +1,7 @@ - arc - arm - arm64 +- mips - nios2 - riscv64 - sparc