Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 407 Bytes

File metadata and controls

20 lines (15 loc) · 407 Bytes

Gearforce

Gearforce is an application to build unit rosters for the game Heavy Gear Blitz.

More info about Heavy gear can be found at Dream Pod 9's website.

Building

To build the web server

DOCKER_BUILDKIT=1 \
  docker buildx build \
    --load \
    --platform linux/amd64 \
    -f Dockerfile \
    --target "release" \
    -t edwardcarmack/gearforce-web:0.0.1 \
    .