Skip to content

Commit

Permalink
make arch as default
Browse files Browse the repository at this point in the history
  • Loading branch information
Minal-Mahor committed May 26, 2022
1 parent e8ef055 commit 3427d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/manageiq-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN mkdir build && \
FROM registry.access.redhat.com/ubi8/ubi
MAINTAINER ManageIQ https://manageiq.org

ARG ARCH=$(uname -m)
ARG ARCH=x86_64
ARG LOCAL_RPM
ARG RELEASE_BUILD
ARG RPM_PREFIX=manageiq
Expand Down

0 comments on commit 3427d90

Please sign in to comment.