generated from networkservicemesh/cmd-template
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a default value for BUILDARCH agrument
Signed-off-by: Nikita Skrynnik <[email protected]>
- Loading branch information
1 parent
1d5407e
commit 735c43d
Showing
2 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ ENV PATH ${PATH}:/go/bin | |
ENV GO111MODULE=on | ||
ENV CGO_ENABLED=0 | ||
ENV GOBIN=/bin | ||
ARG BUILDARCH | ||
ARG BUILDARCH=amd64 | ||
RUN rm -r /etc/vpp | ||
RUN go install github.com/go-delve/delve/cmd/[email protected] | ||
RUN go install github.com/grpc-ecosystem/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters