Depot CLI 0.0.20
depot-bot
released this
26 Apr 17:55
·
782 commits
to refs/heads/main
since this release
Breaking Changes
depot build
now defaults to requesting a build using the same platform as the host (x86 or ARM). This means if you rundepot build
from an M1 Mac with no--platform
option, you will get alinux/arm64
image. If you need to build alinux/amd64
image from an M1 Mac, you can do so withdepot build --platform linux/amd64 ...
.
What's Changed
- API HTTP client cleanups (#21) @jacobwgillespie
- Support multi-platform builds (#20) @jacobwgillespie