waltid-identity icon indicating copy to clipboard operation
waltid-identity copied to clipboard

Docker macos arm64

Open waltkb opened this issue 1 year ago • 1 comments

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)

waltkb avatar Jul 16 '24 20:07 waltkb

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

matteo-ms avatar Jul 18 '24 15:07 matteo-ms

This issue has been marked as stale.

github-actions[bot] avatar Sep 16 '24 20:09 github-actions[bot]