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

Building an installer image for ARM64 fails #51

Closed
garciagorka opened this issue May 29, 2019 · 4 comments
Closed

Building an installer image for ARM64 fails #51

garciagorka opened this issue May 29, 2019 · 4 comments

Comments

@garciagorka
Copy link

Description

Trying to build for ARM as per documentation fails.
There is another issue open about ARM64 cross compilation, but it does not seem to be the same thing

Steps to reproduce the issue:

make ZARCH=arm64 installer

Describe the results you received:

Makefile:42: "WARNING: We are assembling a arm64 image on x86_64. Things may break."
Creating go builder image for user gorkag
eve-build-gorkag docker container is ready to use
Done building /home/gorkag/projects/eve/build-tools/bin/linuxkit
mkdir -p /home/gorkag/projects/eve/dist/arm64
./tools/makerootfs.sh images/rootfs.yml squash /home/gorkag/projects/eve/dist/arm64/rootfs.img
Extract kernel image: lfedge/eve-kernel:5303468200baef2e1747f2ded4ba3e0413400c79-arm64
Pull image: lfedge/eve-kernel:5303468200baef2e1747f2ded4ba3e0413400c79-arm64
FATA[0001] Failed to extract kernel image and tarball: Could not pull image lfedge/eve-kernel:5303468200baef2e1747f2ded4ba3e0413400c79-arm64: Error response from daemon: manifest for lfedge/eve-kernel:5303468200baef2e1747f2ded4ba3e0413400c79-arm64 not found
cat: boot/cmdline: No such file or directory
make: *** [Makefile:174: /home/gorkag/projects/eve/dist/arm64/rootfs.img] Error 1

Describe the results you expected:

No errors

Additional information you deem important (e.g. issue happens only occasionally):

Looked into docker hub and lfedge/eve-kernel:5303468200baef2e1747f2ded4ba3e0413400c79-arm64 does not seem to be present. In fact there does not seem to be any ARM64 containers there, only amd64

@rvs
Copy link
Contributor

rvs commented May 30, 2019

Hey @garciagorka thanks for the bug report -- we're still working with Linux Foundation on moving parts of our ARM64 build system to their infrastructure. Please be patient with us. In the meantime you can build EVE on ARM64 build machine by just running yourself:

make pkgs eve

@rvs
Copy link
Contributor

rvs commented Jun 10, 2019

Hey @garciagorka I've re-enabled our own ARM server for now. Can you please give it a go again?

@rvs
Copy link
Contributor

rvs commented Jun 13, 2019

Hey @garciagorka can you please let us know if this works for you now and we can close the issue?

@rouming
Copy link
Contributor

rouming commented Feb 6, 2023

@eriknordmark already outdated, let's close this one.

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

4 participants