Skip to content

Commit

Permalink
no need for uname -a
Browse files Browse the repository at this point in the history
  • Loading branch information
akatona84 committed Sep 15, 2023
1 parent 58dad97 commit b62ae63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ARG TARGETPLATFORM
ARG TARGETOS
ARG TARGETARCH
RUN echo "BUILDPLATFORM: ${BUILDPLATFORM}, TARGETPLATFORM: ${TARGETPLATFORM}, TARGETOS: ${TARGETOS}, TARGETARCH: ${TARGETARCH}"
RUN uname -a

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit b62ae63

Please sign in to comment.