mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-11 00:11:05 +00:00
remove mac arch from dockerfile (#11876)
This commit is contained in:
parent
cec1c295a7
commit
d867a3ab40
@ -87,7 +87,7 @@ RUN pip install ".[${INGESTION_DEPENDENCY}]"
|
|||||||
|
|
||||||
# Temporary workaround for https://github.com/open-metadata/OpenMetadata/issues/9593
|
# Temporary workaround for https://github.com/open-metadata/OpenMetadata/issues/9593
|
||||||
RUN echo "Image built for $(uname -m)"
|
RUN echo "Image built for $(uname -m)"
|
||||||
RUN if [[ $(uname -m) == "arm64" || $(uname -m) == "aarch64" ]]; \
|
RUN if [[ $(uname -m) == "arm64" ]]; \
|
||||||
then \
|
then \
|
||||||
pip install "ibm-db-sa~=0.4"; \
|
pip install "ibm-db-sa~=0.4"; \
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user