From 4627c7e7c59d4ddecd2be992c85723693b0682f7 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: Zephyr SDK 0.12.1 See: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.1 PR: zmkfirmware/zmk-docker#77 --- .github/workflows/containers.yml | 2 +- README.md | 1 + architectures.yml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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