## Environment * **Platform**: linux/amd64 * **Docker Version**: 20.10.18+azure-2 * **Node.js Version**: 14.20.1 * **Image Tag**: node:alpine ## Expected Behavior The build is expected to complete without error, see: https://github.com/manuc66/node-hp-scan-to/actions/runs/3278864778/jobs/5397750728 ## Current Behavior The build fail due to a timeout, see : https://github.com/manuc66/node-hp-scan-to/actions/runs/3304345713/jobs/5453599065 ``` #29 [linux/arm/v7 build 4/4] RUN yarn install -d && yarn build && rm dist/*.d.ts dist/*.js.map Error: The operation was canceled. ``` ## Possible Solution I switched back to node:18-alpine and the build is working again, see: https://github.com/manuc66/node-hp-scan-to/actions/runs/3356995905/jobs/5562501857