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
[scripts] split build-all command into os-arch specific commands (#1671)
## Summary
I sometimes need to build devbox for specific os-arch, which used to be
possible
but was no longer. Bringing that facility back.
## How was it tested?
```
> rm -rf dist/
> devbox run build-all
> ls -al dist/
# see all 4 os-arch combinations
```
0 commit comments