hnhx/librex

Illegal instruction (core dumped)

Closed this issue · 1 comments

[PREPARE] docker/server/prepare.sh'
[PREPARE] docker/server/prepare.sh'
Illegal instruction (core dumped)

command used:

docker run -d \
  --name librex \
  -e TZ="Europe/Warsaw" \
  -e CONFIG_GOOGLE_DOMAIN="com" \
  -e CONFIG_GOOGLE_LANGUAGE="en" \
  -e CONFIG_WIKIPEDIA_LANGUAGE="en" \
  -p 8683:8080 \
  librex/librex:latest

aarch64 btw

Would you like to create the image directly from the Dockerfile? You can use the following code instead of running it directly from a remote docker-compose. Once you've built the image, you can then run the docker-compose as usual.

docker buildx build \
    --no-cache \
    --platform linux/arm64 \
    --tag librex/librex:latest .

See more: