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
Previously `cosa buildextend-aws --upload` would both build AND
upload to AWS EC2. Now that we are building using OSbuild it
makes more sense to split these stages a bit so we have
`cosa osbuild aws` and then `cosa imageupload-aws` for the uploading
part.
`cosa buildextend-aws` is now just a symlink to `cosa osbuild aws`
so we need these new `imageupload-<platform>` subcommands for the
uploading part.
0 commit comments