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/17 15:36:54 UTC

[GitHub] [openwhisk-wskdeploy] advancedwebdeveloper commented on issue #1129: Unrecognized architecture:aarch64

advancedwebdeveloper commented on issue #1129:
URL: https://github.com/apache/openwhisk-wskdeploy/issues/1129#issuecomment-801183501


   @mrutkows , I have access to those servers - and they are alternative to x86_64. So diversification is the answer.
   
   > $ git diff
   > diff --git a/build.gradle b/build.gradle
   > index dde0a2f..34ba571 100644
   > --- a/build.gradle
   > +++ b/build.gradle
   > @@ -26,7 +26,7 @@ buildscript {
   >  }
   > 
   >  plugins {
   > -    id 'com.github.blindpirate.gogradle' version '0.10'
   > +    id 'com.github.blindpirate.gogradle' version '0.11.4'
   >  }
   > 
   >  subprojects {
   > @@ -200,8 +200,8 @@ task getGoBinData(type: Exec) {
   > 
   >  task goI18n(type: Exec) {
   >      dependsOn 'getGoBinData'
   > -    executable = "$System.env.GOPATH" + '/bin/go-bindata'
   > -    // run '${GOPATH}/bin/go-bindata -pkg wski18n -o wski18n/i18n_resources.go wski18n/resources'
   > +    executable = 'go-bindata'
   > +    // run 'go-bindata -pkg wski18n -o wski18n/i18n_resources.go wski18n/resources'
   >      args = ['-pkg', 'wski18n', '-o', 'wski18n/i18n_resources.go', 'wski18n/resources']
   > 
   >      doLast{
   > $ git log -1
   > commit 92c251f5d3a873029ccd8d815409582301d1103d (HEAD -> master, origin/master, origin/HEAD)
   > Author: David Grove <dg...@users.noreply.github.com>
   > Date:   Sat Mar 13 10:23:20 2021 -0500
   > 
   >     configure github project via .asf.yaml (#501)
   
   Please instruct me about what should I track/trace/log, in detail.
   CC @ianlancetaylor, for the Golang's ecosystem stuff.


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