buildx no push and use arm64 everywhere
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-11-29 22:10:33 +05:30
parent c5cb1047ae
commit 1e91825808
2 changed files with 5 additions and 11 deletions

View File

@@ -28,16 +28,10 @@ steps:
- IMAGE_TAG=$(cat /drone/src/LATEST_TAG.txt | tr -d '\n')
- echo "🔨 Building Nakama image lila-games/nakama-server:latest"
# Enable Buildx
- docker buildx create --use
# Build + Push (no need for second push stage)
- |
docker buildx build \
--platform linux/arm64 \
--network=host \
-t lila-games/nakama-server:latest \
/drone/src
- docker build \
--network=host \
-t lila-games/nakama-server:latest \
/drone/src
# -----------------------------------------------------
# 5. Stop old Nakama container