Skip to content

Commit

Permalink
chore: Update Dockerfile and getVersions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar authored Aug 20, 2024
1 parent 3908514 commit b8517af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ RUN echo "source <(crictl completion bash)" >> /etc/bash/start.sh\
# && rm -rf output\
# && rm dive.tar
COPY dive_linux_* /usr/bin
RUN if [ "`uname -m" = "x86_64" ]; then \
RUN if [ "`uname -m`" = "x86_64" ]; then \
mv /usr/bin/dive_linux_amd64 /usr/bin/dive; \
rm /usr/bin/dive_linux_arm64; \
else \
Expand Down
1 change: 1 addition & 0 deletions welcome.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@

For image deploy usage type & execute 'usage-help', for examples 'examples-help'
See more in https://github.com/nmaguiar/imgutils

0 comments on commit b8517af

Please sign in to comment.