Align CoreDNS builder stage with target platform

This commit is contained in:
2026-03-05 20:55:45 -05:00
parent 584c991eb1
commit 175379dd28
+1 -1
View File
@@ -1,5 +1,5 @@
# --- Stage 1: Build --- # --- Stage 1: Build ---
FROM --platform=$BUILDPLATFORM golang:1.24-bullseye AS builder FROM --platform=$TARGETPLATFORM golang:1.24-bullseye AS builder
ARG BUILDPLATFORM ARG BUILDPLATFORM
ARG TARGETPLATFORM ARG TARGETPLATFORM