appbaseio / appbaseio/dejavu

Babel Error; ARM

Open
#422 0 comments 1 reaction 1 assignee Claimed by @lakhansamani View on GitHub
bug
Dominant language
JavaScript
Stars
8.5k
Forks
512
PR merge metrics
No merged PRs in 30d

Description

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

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 .

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.