mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-26 15:15:56 -05:00
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",
|
||
|
]
|