Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image for arm64 #94

Open
odidev opened this issue Sep 18, 2020 · 3 comments
Open

Docker image for arm64 #94

odidev opened this issue Sep 18, 2020 · 3 comments

Comments

@odidev
Copy link

odidev commented Sep 18, 2020

Hi Team,

I was running onos-cli package on arm64, but it was failing giving the below error:

root@83dd9935a43b:/odidev/onos-cli# make coverage
go build -o build/_output/onos ./cmd/onos
go: github.com/onosproject/onos-ric@v0.6.10: reading github.com/onosproject/onos-ric/go.mod at revision v0.6.10: unknown revision v0.6.10
make: *** [Makefile:11: build] Error 1
root@83dd9935a43b:/odidev/onos-cli#

Also, onos-cli docker image is not available for arm64 and one of the dependency of onos-cli (i.e. onos-ric) is a private github repo. Is there any plan to make onos-cli available for arm64 (and to release docker image for arm64)?

Steps followed to run the package:
make coverage

@SeanCondon
Copy link
Contributor

I think we will have to have arm64 pretty soon as I think new Mac Books will be moving to that platform by from end of the year

@odidev
Copy link
Author

odidev commented Sep 18, 2020

Thanks for the reply.
It is good to know that there is a plan on adding arm64 support to onos-cli. I am very much happy to help if needed and if i get any suggestion on this issue.

@rhenwood-arm
Copy link

(I work with @odidev) The first problem "unknown revision" doesn't look like a platform issue to my untrained eye. Can you reproduce the 'unknown revision' error on x86?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants