We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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 .
The text was updated successfully, but these errors were encountered:
lakhansamani
No branches or pull requests
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
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 .
The text was updated successfully, but these errors were encountered: