gxthrj commented on a change in pull request #254:
URL: https://github.com/apache/apisix-docker/pull/254#discussion_r771943158



##########
File path: Makefile
##########
@@ -160,6 +160,21 @@ push-dashboard:
        @$(call func_echo_success_status, "$@ -> [ Done ]")
 
 
+### push-multiarch-dashbaord : Build and push multiarch apache/dashboard:tag 
image
+.PHONY: push-multiarch-dashbaord
+push-multiarch-dashbaord:
+       @$(call func_echo_status, "$@ -> [ Start ]")
+       $(ENV_DOCKER) buildx build --push \
+               -t $(APISIX_DASHBOARD_IMAGE_NAME):$(APISIX_DASHBOARD_VERSION) \

Review comment:
       I suggest to add `multiarch` to `image name`.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to