Skip to content

Depot CLI 0.0.20

Compare
Choose a tag to compare
@depot-bot depot-bot released this 26 Apr 17:55
· 782 commits to refs/heads/main since this release
5d8f978

Breaking Changes

  • depot build now defaults to requesting a build using the same platform as the host (x86 or ARM). This means if you run depot build from an M1 Mac with no --platform option, you will get a linux/arm64 image. If you need to build a linux/amd64 image from an M1 Mac, you can do so with depot build --platform linux/amd64 ....

What's Changed