You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix bugs introduced by #103
* Add missing dependency for `libatomic1` which is need at least by `riscv64`
Build command:
docker buildx build --platform linux/arm64,linux/amd64,linux/riscv64 --pull .
image=test
docker buildx build --platform linux/amd64 -t $image --load .
docker run --rm -it $image --version
0 commit comments