Skip to content

Error with Ubuntu 20.04 ARM64 #35

Description

@FerLuisxd

Describe the bug
Cannot run it on ARM64

To Reproduce
Steps to reproduce the behavior:
Followed the exact same guide from the docker page, I modified the --detach param so I could see the logs. But I get an error , see screenshots

# Pull the latest image:
docker pull renegademaster/zomboid-dedicated-server:latest

# Make two folders
mkdir ZomboidConfig ZomboidDedicatedServer

# Run the server (with bare minimum options):
docker run
    --mount type=bind,source="$(pwd)/ZomboidDedicatedServer",target=/home/steam/ZomboidDedicatedServer \
    --mount type=bind,source="$(pwd)/ZomboidConfig",target=/home/steam/Zomboid \
    --publish 16261:16261/udp --publish 8766:8766/udp \
    --name zomboid-server \
    --user=$(id -u):$(id -g) \
    renegademaster/zomboid-dedicated-server:latest

Expected behavior
The service should start.

Screenshots
If applicable, add screenshots to help explain your problem.
image

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /bin/bash: exec format error

Desktop (please complete the following information):

  • OS: Ubuntu 20.04
  • Docker Version: 20.10.17
  • Image Version 2.0.0

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions