apache / rocketmq-operator

Apache RocketMQ Operator
https://rocketmq.apache.org/
Apache License 2.0
314 stars 127 forks source link

[ISSUE #154] Support deployment on multi platform. #155

Closed shangjin92 closed 1 year ago

shangjin92 commented 1 year ago

Support to build product on multi platform by using docker buildx, like arm.

shangjin92 commented 1 year ago

https://forums.docker.com/t/error-multiple-platforms-feature-is-currently-not-supported-for-docker-driver/124811/11

Please try docker buildx create --name multiarch --driver docker-container --use, it works for me.

caigy commented 1 year ago

https://forums.docker.com/t/error-multiple-platforms-feature-is-currently-not-supported-for-docker-driver/124811/11

Please try docker buildx create --name multiarch --driver docker-container --use, it works for me.

@shangjin92 Could you please modify makefile so that this command is supported?

shangjin92 commented 1 year ago

https://forums.docker.com/t/error-multiple-platforms-feature-is-currently-not-supported-for-docker-driver/124811/11 Please try docker buildx create --name multiarch --driver docker-container --use, it works for me.

@shangjin92 Could you please modify makefile so that this command is supported?

@caigy PTAL

drivebyer commented 1 year ago

nice feature, any progress?