Commit dca356b
committed
matrix: avoid overwriting env elements
problem: re-using the env argument revealed we were not copying the dict
but modifying the argument in place, causing multiarch builds to only
tag amd64, and matrix generation to fail
solution: copy the env dict in add_build1 parent 14c64d2 commit dca356b
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
| |||
0 commit comments