remvoed ibm db arch (#12158)

This commit is contained in:
Onkar Ravgan 2023-06-26 19:04:55 +05:30 committed by GitHub
parent 048eb6c49d
commit 9cbaf98435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]==1.0.0.0.dev0"
# Temporary workaround for https://github.com/open-metadata/OpenMetadata/issues/9593
RUN echo "Image built for $(uname -m)"
RUN if [[ $(uname -m) == "arm64" || $(uname -m) == "aarch64" ]]; \
RUN if [[ $(uname -m) == "arm64" ]]; \
then \
pip install "ibm-db-sa~=0.4"; \
fi

View File

@ -85,7 +85,7 @@ RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=1.0.4"
# Temporary workaround for https://github.com/open-metadata/OpenMetadata/issues/9593
RUN echo "Image built for $(uname -m)"
RUN if [[ $(uname -m) == "arm64" || $(uname -m) == "aarch64" ]]; \
RUN if [[ $(uname -m) == "arm64" ]]; \
then \
pip install "ibm-db-sa~=0.4"; \
fi

View File

@ -88,7 +88,7 @@ COPY ingestion/operators/docker/*.py .
# Temporary workaround for https://github.com/open-metadata/OpenMetadata/issues/9593
RUN echo "Image built for $(uname -m)"
RUN if [[ $(uname -m) == "arm64" || $(uname -m) == "aarch64" ]]; \
RUN if [[ $(uname -m) == "arm64" ]]; \
then \
pip install "ibm-db-sa~=0.4"; \
fi