You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2021/03/23 16:59:16 UTC

[GitHub] [openwhisk-wskdeploy] advancedwebdeveloper opened a new pull request #1133: Cross-compile to Aarch64

advancedwebdeveloper opened a new pull request #1133:
URL: https://github.com/apache/openwhisk-wskdeploy/pull/1133


   


-- 
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.

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



[GitHub] [openwhisk-wskdeploy] mrutkows commented on pull request #1133: Cross-compile to Aarch64

Posted by GitBox <gi...@apache.org>.
mrutkows commented on pull request #1133:
URL: https://github.com/apache/openwhisk-wskdeploy/pull/1133#issuecomment-811174738


   Closing as the ARM64 arch. is already in the build list and is producing a binary executable for that platform/arch.


-- 
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.

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



[GitHub] [openwhisk-wskdeploy] mrutkows closed pull request #1133: Cross-compile to Aarch64

Posted by GitBox <gi...@apache.org>.
mrutkows closed pull request #1133:
URL: https://github.com/apache/openwhisk-wskdeploy/pull/1133


   


-- 
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.

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



[GitHub] [openwhisk-wskdeploy] mrutkows commented on a change in pull request #1133: Cross-compile to Aarch64

Posted by GitBox <gi...@apache.org>.
mrutkows commented on a change in pull request #1133:
URL: https://github.com/apache/openwhisk-wskdeploy/pull/1133#discussion_r599887249



##########
File path: build.gradle
##########
@@ -176,7 +176,7 @@ if (rootProject.hasProperty('buildPlatforms')) {
 } else {
     if (!rootProject.hasProperty('nativeCompile')) {
         rootProject.ext.platforms = [
-                'linux-386', 'linux-amd64',
+                'linux-386', 'linux-amd64', 'linux-arm64',

Review comment:
       linux-arm64 is already in the build matrix just one line (180) below where you added it.




-- 
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.

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