laf/server/build-image.sh

6 lines
211 B
Bash

# Warning: just for development phase, will be move to github action in future.
docker buildx build --platform linux/amd64,linux/arm64 --push -t docker.io/lafyun/laf-server:debug-202306151521 -f Dockerfile .