You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
750: Allow key-value pairs in config volumes. r=otavio a=Alexhuszagh
Allow volumes to use the `["VOL=/path/to/volume"]' syntax as well, so additional mount points can be defined by value in the `env.volumes` section of the config file. Allows the following syntax:
```toml
[build.env]
volumes = ["VOL=/path/to/mount/"]
```
Not implementing it with the `env.passthrough` was a complete oversight on my part, related to #743 and #748.
Co-authored-by: Alex Huszagh <[email protected]>
0 commit comments