Commit 463dc75
committed
Makefile: Improve containerized target
As of now for this target we are building image first and then copy the
binaries out from container to host. This PR uses same base image which
openshift-ci using and mount the current working directory and execute
cross builds so that building image is not required and also binary
directly available to host.1 parent ac6557e commit 463dc75
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
116 | 117 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
| 118 | + | |
122 | 119 | | |
123 | 120 | | |
124 | 121 | | |
| |||
0 commit comments