diff --git a/.drone.yml b/.drone.yml index 1618ef0..01eb9a7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,10 +28,16 @@ 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 build --network=host \ - -t lila-games/nakama-server:latest \ - /drone/src + docker buildx build \ + --platform linux/arm64 \ + --network=host \ + -t lila-games/nakama-server:latest \ + /drone/src # ----------------------------------------------------- # 5. Stop old Nakama container