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

Babel Error; ARM #422

Open
deathdefyer opened this issue Jan 5, 2022 · 0 comments
Open

Babel Error; ARM #422

deathdefyer opened this issue Jan 5, 2022 · 0 comments
Assignees
Labels

Comments

@deathdefyer
Copy link

See: dejavu on ARM64 docker #411

Apple Silicon M1 Pro Laptop; running a Debian Virtual machine under Parallels. CPU arch of the VM below:
uname -r
5.10.0-10-arm64

cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

With QEMU installed; I am able to run the X86 binaries without issue from the docker-hub pull.

docker pull appbaseio/dejavu
docker run -p 1358:1358 -d appbaseio/dejavu

and when viewing in docker; confirms image is X86

Build Docker on linux, amd64
Author appbase.io info@appbase.io

Issue is specific when trying to pull from source and build under arm binaries

Exact steps run:
git clone -b fix/babel-optional-chaining https://github.com/appbaseio/dejavu.git
cd dejavu
git submodule init && git submodule update --recursive --remote
docker build -t dejavu:arm .

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

No branches or pull requests

2 participants