mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-25 22:55:55 -05:00
ee98bf5236
* use `termion` rather than `ncurses` to limit runtime deps * cross-compile with `cross` instead of our own dockerfiles/scripts * update instructions * update release procedure and GitHub actions to match * prep changelog for `v0.7.8` Fixes #160 Closes #265
15 lines
383 B
TOML
15 lines
383 B
TOML
[build.env]
|
|
volumes = [
|
|
# For the (optional) `bundled-ui` feature.
|
|
"UI_BUILD_DIR",
|
|
|
|
# For tests which use the `America/Los_Angeles` zone.
|
|
"ZONEINFO=/usr/share/zoneinfo",
|
|
]
|
|
|
|
passthrough = [
|
|
# Cross's default docker image doesn't install `git`, so `git_version!` doesn't work.
|
|
# Allow passing through the version via this environment variable.
|
|
"VERSION",
|
|
]
|