Go to file
innovaker df85393001 feat: add ignore-actions-cache secret
By default, a workflow re-run reuses the dev-generic GitHub Actions cache created by the previous attempt.  The `ignore-actions-cache` secret acts as a flag for ignoring the former cache.

PR: zmkfirmware/zmk-docker#76
2021-06-14 10:13:50 +01:00
.github feat: add ignore-actions-cache secret 2021-06-14 10:13:50 +01:00
architectures.yml refactor: extract archtectures to yml 2021-05-18 20:04:04 +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 add README.md 2020-12-03 10:35:13 +00:00

Lightweight Docker images for ZMK.

Platforms

  • arm

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