innovaker 2021-05-14 19:12:34 +01:00
parent b8341e185a
commit 4627c7e7c5
3 changed files with 3 additions and 1 deletions

View File

@ -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 }}

View File

@ -8,6 +8,7 @@ Lightweight Docker images for [ZMK][zmk].
#### Not Tested
- `arc`
- `arm64`
- `mips`
- `nios2`
- `riscv64`
- `sparc`

View File

@ -1,6 +1,7 @@
- arc
- arm
- arm64
- mips
- nios2
- riscv64
- sparc