File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ COPY . .
3030
3131# Build the app for the target architecture
3232RUN echo "Building keeper on $BUILDPLATFORM targeting $TARGETPLATFORM"
33- RUN ./kubernetes /build.sh ${TARGETARCH} keeper
33+ RUN ./k8s /build.sh ${TARGETARCH} keeper
3434
3535# Target distroless base image for CGO_ENABLED apps
3636# This image includes a basic runtime environment with libc and other minimal dependencies
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ COPY . .
3030
3131# Build the app for the target architecture
3232RUN echo "Building nexus on $BUILDPLATFORM targeting $TARGETPLATFORM"
33- RUN ./kubernetes /build.sh ${TARGETARCH} nexus
33+ RUN ./k8s /build.sh ${TARGETARCH} nexus
3434
3535# Target distroless base image for CGO_ENABLED apps
3636# This image includes a basic runtime environment with libc and other minimal dependencies
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ COPY . .
3030
3131# Build the app for the target architecture
3232RUN echo "Building spike on $BUILDPLATFORM targeting $TARGETPLATFORM"
33- RUN ./kubernetes /build.sh ${TARGETARCH} spike
33+ RUN ./k8s /build.sh ${TARGETARCH} spike
3434
3535# Target distroless base image for CGO_ENABLED apps
3636# This image includes a basic runtime environment with libc and other minimal dependencies
You can’t perform that action at this time.
0 commit comments