Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sam6134 committed Aug 8, 2024
1 parent ff05d5f commit 971f2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
build
build
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN make build-for-docker-${TARGETARCH}
FROM $CERT_IMAGE as cert

# Need to repeat the ARG after each FROM
ARG TARGETARCH="amd64"
ARG TARGETARCH
RUN mkdir -p /opt/aws/amazon-cloudwatch-agent/etc
RUN mkdir -p /opt/aws/amazon-cloudwatch-agent/var
RUN apt-get update && \
Expand Down

0 comments on commit 971f2f4

Please sign in to comment.