Closed sas5580 closed 1 year ago
This adds a platform param to ContainerCreate, so the call to that function was updated to pass in a platform. If unspecified, the platform will use the platform of the running system.
platform
ContainerCreate
Also run go mod tidy and go mod vendor.
go mod tidy
go mod vendor
If I understand it correctly, there shouldn't be a need to run go mod vendor (link).
Thanks for taking care of it, unfortunately, the files tab is not even opening for me. 😞
This adds a
platform
param toContainerCreate
, so the call to that function was updated to pass in a platform. If unspecified, the platform will use the platform of the running system.Also run
go mod tidy
andgo mod vendor
.