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
fix: build all binaries for the target OS/ARCH (#49)
#### Motivation
Fix the multi-arch builds so that all binaries are built for the target OS/ARCH. Currently, only the `puller` is built for the target.
#### Modifications
- export GOOS and GOARCH within multi-command RUN that builds the binaries
#### Result
Signed-off-by: Travis Johnson <[email protected]>
0 commit comments