You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker image build isn't successful and comes with the following error
@calcom/web:build: info - Linting and checking validity of types...
@calcom/web:build: warn - No ESLint configuration detected. Run next lint to begin setup
@calcom/web:build: info - Creating an optimized production build...
@calcom/web:build: <jemalloc>: Unsupported system page size
@calcom/web:build: <jemalloc>: Unsupported system page size
@calcom/web:build: memory allocation of 10 bytes failed
@calcom/web:build: Aborted (core dumped)
@calcom/web:build: error Command failed with exit code 134.
@calcom/web:build: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@calcom/web:build: ERROR: command finished with error: command (apps/web) yarn run build exited (134)
command (apps/web) yarn run build exited (134)
Tasks: 7 successful, 8 total
Cached: 0 cached, 8 total
Time: 2m2.068s
error Command failed with exit code 134.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
1 error occurred:
* Status: The command '/bin/sh -c yarn build' returned a non-zero code: 134, Code: 134
Steps to Reproduce the Problem
Have an Aarch64 (ARMv8) machine (I use Oracle Cloud ARM Free tier)
Following the build and installation instructions on the README.md
Expected Behavior
Docker image build should be successful.
Actual Behavior
Docker image build isn't successful and comes with the following error
Steps to Reproduce the Problem
Complementary information
#81 (starting from here)
Similar issue home-assistant/core#34162
Pulling the latest image available on Docker Hub works
Specifications
The text was updated successfully, but these errors were encountered: