Commit 65cec76
committed
Fix argument passing
The builder.docker-opts and builder.platform arguments didn't work.
The switch and its values were added to the builder_instance_args array
as a single element, but the switch should be one element and its values
the another. Otherwise it produces an invalid parameter when passed to
the docker commands and errors are thrown.1 parent 4ac4d6d commit 65cec76
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments