subkanthi commented on issue #17310:
URL: https://github.com/apache/airflow/issues/17310#issuecomment-917179575


   `Step 64/90 : RUN ln -sf /usr/bin/dumb-init /usr/local/bin/dumb-init
    ---> Using cache
    ---> 8bc2b7e35a64
   Step 65/90 : COPY airflow/www/yarn.lock airflow/www/package.json 
${AIRFLOW_SOURCES}/airflow/www/
    ---> Using cache
    ---> 2101286441e1
   Step 66/90 : RUN yarn --cwd airflow/www install --frozen-lockfile --no-cache 
&& yarn cache clean
    ---> Using cache
    ---> 9c2480204136
   Step 67/90 : COPY setup.py ${AIRFLOW_SOURCES}/setup.py
    ---> 806de9b1671c
   Step 68/90 : COPY setup.cfg ${AIRFLOW_SOURCES}/setup.cfg
    ---> 3b83e41ca3be
   Step 69/90 : COPY airflow/__init__.py ${AIRFLOW_SOURCES}/airflow/__init__.py
    ---> c69bf4520461
   Step 70/90 : RUN if [[ ${INSTALL_FROM_PYPI} == "true" ]]; then         bash 
/scripts/docker/install_airflow.sh;     fi
    ---> [Warning] The requested image's platform (linux/amd64) does not match 
the detected host platform (linux/arm64/v8) and no specific platform was 
requested
    ---> Running in a890b3ba0c58
   standard_init_linux.go:228: exec user process caused: exec format error
   The command '/bin/bash -o pipefail -e -u -x -c if [[ ${INSTALL_FROM_PYPI} == 
"true" ]]; then         bash /scripts/docker/install_airflow.sh;     fi' 
returned a non-zero code: 1
   
   ERROR: The previous step completed with error. Please take a look at output 
above 
   
   `


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to