walt-id / waltid-identity

All-in-one open-source identity and wallet toolkit.
Apache License 2.0
117 stars 43 forks source link

Docker macos arm64 #628

Open waltkb opened 1 month ago

waltkb commented 1 month ago

Docker containers should be runnable when the host is macOS and the host system uses a ARM64 processor (e.g. M1/M2/M3).

Build is not possible, due to Native compilation is not yet supported for aarch64 on Windows / Linux (the containers are Linux based, but it's run from ARM64)

matteo-ms commented 1 month ago

you have to build using docker buildx build --platform linux/amd64,linux/arm64/v8