innovaker 7426042429 fix: refactor namespaces back into steps
Further testing has suggested that GitHub Actions sanitizes any secrets in job outputs.  The namespace definitions must therefore be duplicated across each job that needs them.

PR: 
See: b65d7974a2e0c25212db727431dac2eea01ddcdd
See: 7cf9196c14336e847280732821b69c057d9704bf
2021-05-19 13:52:00 +01:00
2021-05-17 19:36:24 +01:00
2020-12-03 10:33:20 +00:00
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
Description
No description provided
Readme 183 KiB
Languages
Dockerfile 100%