massdriver-cloud / massdriver-cli

Deprecated. See https://github.com/massdriver-cloud/mass
https://massdriver.cloud
Apache License 2.0
3 stars 2 forks source link

add docker platform flag #161

Closed WillBeebe closed 1 year ago

linear[bot] commented 1 year ago
ORC-282 CLI, add platform default to amd64

`docker run --platform=amd64`

WillBeebe commented 1 year ago

What is the use case for skipping push? Pushing is the hard part. Users should probably just use docker build if they don't want to push. We add no value over the existing tooling and we require a bunch of extra args.

My idea was to test the build without pushing the image remotely. I'll yank the skip logic.