Skip to content

Commit

Permalink
remove debug stmt for uname -m
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Dec 17, 2021
1 parent 8594999 commit a39cdea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ FROM golang:1.17

RUN apt-get update && apt-get install unzip

RUN echo "Hello, my CPU architecture is $(uname -m)"

# Install Terraform
ENV TERRAFORM_VERSION=1.1.1
RUN case $(uname -m) in x86_64|amd64) ARCH="amd64" ;; aarch64|arm64|armv7l) ARCH="arm64" ;; esac && \
Expand Down

0 comments on commit a39cdea

Please sign in to comment.