Skip to content

Commit fc78a79

Browse files
committed
testing ga
Signed-off-by: Volkan Özçelik <me@volkan.io>
1 parent 9b64a7a commit fc78a79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

k8s/dockerfiles/keeper.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY . .
3030

3131
# Build the app for the target architecture
3232
RUN 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

k8s/dockerfiles/nexus.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY . .
3030

3131
# Build the app for the target architecture
3232
RUN 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

k8s/dockerfiles/pilot.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY . .
3030

3131
# Build the app for the target architecture
3232
RUN 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

0 commit comments

Comments
 (0)