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

crosscompiling docker-vnfm for arm architecture #6

Open
mf3d3r opened this issue Jul 6, 2018 · 0 comments
Open

crosscompiling docker-vnfm for arm architecture #6

mf3d3r opened this issue Jul 6, 2018 · 0 comments

Comments

@mf3d3r
Copy link

mf3d3r commented Jul 6, 2018

Hi,
I want do deploy docker-vnfm and docker-vim for a linux arm architecture.
crosscompiling docker-driver with:
env GOOS=linux GOARCH=arm go build -o docker-driver
works fine.

But cc docker-vnfm with:
env GOOS=linux GOARCH=arm go build -o docker-vnfm

gives the following overflow on an integer variable:
github.com/openbaton/go-docker-vnfm/main/vendor/github.com/dgraph-io/badger
vendor/github.com/dgraph-io/badger/kv.go:86:6: constant 1099511627776 overflows int

cc the docker-vnfm with GOARCH=arm64 is successful again, but I need it for 32bit architecture.

Any help is appreciated. Either fixing it or providing docker-vnfm for an arm32 architecture...

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

No branches or pull requests

1 participant