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
When I implemented local_build in #229 I think I had the short-term blinders on. After giving it a bit more thought I think this should be implemented as a more general build_type config option that we can use into the future. Right now i see at least three use-cases:
build_type: :remote - (DEFAULT) build using remote build host build_type: :local - run build locally build_type: :docker - run locally inside a docker container (to be implemented in the future)
The text was updated successfully, but these errors were encountered:
When I implemented
local_build
in #229 I think I had the short-term blinders on. After giving it a bit more thought I think this should be implemented as a more generalbuild_type
config option that we can use into the future. Right now i see at least three use-cases:build_type: :remote
- (DEFAULT) build using remote build hostbuild_type: :local
- run build locallybuild_type: :docker
- run locally inside a docker container (to be implemented in the future)The text was updated successfully, but these errors were encountered: