mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-15 20:46:58 +00:00
remvoed ibm db arch (#12158)
This commit is contained in:
parent
048eb6c49d
commit
9cbaf98435
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user