ctron / flecs-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To build multi-plattform image the following result helped me: docker/buildx#495 (comment)

Then run:

docker buildx build --platform=linux/amd64,linux/arm64 -t jfeinauer/flecs-agent:demo .

on a ubuntu host.

About


Languages

Language:Rust 96.7%Language:Shell 2.9%Language:Dockerfile 0.5%