Go to file
innovaker cdbb6eb708 feat: disable fail-fast for candidates jobs
Prevents a job failure from halting the other jobs.

PR: zmkfirmware/zmk-docker#45
2021-06-14 14:28:19 +01:00
.github feat: disable fail-fast for candidates jobs 2021-06-14 14:28:19 +01:00
architectures.yml feat: add remaining architectures 2021-06-14 11:55:53 +01:00
Dockerfile feat(dev): add socat 2021-06-13 10:30:53 +01:00
LICENSE add LICENSE 2020-12-03 10:33:20 +00:00
README.md feat: add remaining architectures 2021-06-14 11:55:53 +01:00

Lightweight Docker images for 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

For building ZMK firmware with CI.

  • FROM: debian:stable-slim
  • Includes:
    • essential Zephyr dependencies (apt-get)
      • non-build dependencies are not included. e.g. pip3, UI packages, etc.
    • base Zephyr Python requirements
    • platform's Zephyr toolchain

dev

For developing ZMK (firmware and documentation).

  • FROM: build
  • Includes:
    • remaining Zephyr dependencies (apt-get)
    • build and test Zephyr Python requirements
    • other useful development packages