rohityadavcloud commented on code in PR #9619:
URL: https://github.com/apache/cloudstack/pull/9619#discussion_r1741449230
##########
api/src/main/java/org/apache/cloudstack/api/BaseUpdateTemplateOrIsoCmd.java:
##########
@@ -77,6 +79,11 @@ public abstract class BaseUpdateTemplateOrIsoCmd extends
BaseCmd {
description = "optional boolean field, which indicates if details
should be cleaned up or not (if set to true, details removed for this resource,
details field ignored; if false or not set, no action)")
private Boolean cleanupDetails;
+ @Parameter(name = ApiConstants.ARCHITECTURE, type = CommandType.STRING,
Review Comment:
See outputs of /usr/bin/arch & ` dpkg --print-architecture`.
On x86 machine, arch returns 'x86_64' but dpkg returns 'amd64'.
On rpi5/arm machine, arch returns `aarch64` but dpkg returns `arm64`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]