-
Notifications
You must be signed in to change notification settings - Fork 392
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <ahuszagh@gmail.com>
- Loading branch information
Showing
1 changed file
with
19 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters