{"id":29924108,"url":"https://github.com/gabeduartem/lightningcss-armv7-bug","last_synced_at":"2025-10-24T15:40:10.817Z","repository":{"id":294753008,"uuid":"987970958","full_name":"GabeDuarteM/lightningcss-armv7-bug","owner":"GabeDuarteM","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-21T21:37:44.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T22:38:27.090Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/parcel-bundler/lightningcss/issues/988","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GabeDuarteM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-21T21:31:22.000Z","updated_at":"2025-05-21T21:45:02.000Z","dependencies_parsed_at":"2025-05-21T22:49:24.606Z","dependency_job_id":null,"html_url":"https://github.com/GabeDuarteM/lightningcss-armv7-bug","commit_stats":null,"previous_names":["gabeduartem/lightningcss-armv7-bug"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GabeDuarteM/lightningcss-armv7-bug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabeDuarteM%2Flightningcss-armv7-bug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabeDuarteM%2Flightningcss-armv7-bug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabeDuarteM%2Flightningcss-armv7-bug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabeDuarteM%2Flightningcss-armv7-bug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GabeDuarteM","download_url":"https://codeload.github.com/GabeDuarteM/lightningcss-armv7-bug/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabeDuarteM%2Flightningcss-armv7-bug/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268373277,"owners_count":24240049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-02T10:39:35.438Z","updated_at":"2025-10-24T15:40:05.772Z","avatar_url":"https://github.com/GabeDuarteM.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"1. Setup docker multi-arch buildx if you don't have it already\n\n```bash\ndocker buildx create --name multiarch-builder --driver docker-container --bootstrap\ndocker buildx use multiarch-builder\n```\n\n2. Run the following to build the image on both architectures\n\n```sh\n$ docker buildx build \\\n  --platform linux/arm/v6,linux/arm/v7 \\\n  .\n```\n\n3. The above should give you the following error:\n\n```sh\n \u003e [linux/arm/v7 builder 3/3] RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm build:\n8.643 ! Corepack is about to download https://registry.npmjs.org/pnpm/-/pnpm-10.11.0.tgz\n11.31 ! The local project doesn't define a 'packageManager' field. Corepack will now add one referencing pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977.\n11.31 ! For more details about this field, consult the documentation at https://nodejs.org/api/packages.html#packagemanager\n11.31\n13.98\n13.98 \u003e lightningcss-armv7@0.1.0 build /app\n13.98 \u003e next build\n13.98\n24.85    Downloading swc package @next/swc-wasm-nodejs... to /root/.cache/next-swc\n50.42 Attention: Next.js now collects completely anonymous telemetry regarding usage.\n50.42 This information is used to shape Next.js' roadmap and prioritize features.\n50.42 You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:\n50.42 https://nextjs.org/telemetry\n50.42\n50.95    ▲ Next.js 15.3.2\n50.95\n51.06    Creating an optimized production build ...\n83.25\n83.25\n83.25 Retrying 1/3...\n83.26\n83.26\n83.26 Retrying 1/3...\n83.27\n83.27\n83.27 Retrying 1/3...\n83.28\n83.28\n83.28 Retrying 1/3...\n83.29\n83.29\n83.29 Retrying 1/3...\n83.29\n83.29\n83.29 Retrying 1/3...\n99.77 Failed to compile.\n99.77\n99.77 src/app/layout.tsx\n99.77 An error occurred in `next/font`.\n99.77\n99.77 Error: Cannot find module '../lightningcss.linux-arm-musl.node'\n99.77 Require stack:\n99.77 - /app/node_modules/.pnpm/lightningcss@1.30.1/node_modules/lightningcss/node/index.js\n99.77 - /app/node_modules/.pnpm/@tailwindcss+node@4.1.7/node_modules/@tailwindcss/node/dist/index.js\n99.77 - /app/node_modules/.pnpm/@tailwindcss+postcss@4.1.7/node_modules/@tailwindcss/postcss/dist/index.js\n99.77 - /app/node_modules/.pnpm/next@15.3.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/blocks/css/plugins.js\n99.77 - /app/node_modules/.pnpm/next@15.3.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/blocks/css/index.js\n99.77 - /app/node_modules/.pnpm/next@15.3.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/index.js\n99.77 - /app/node_modules/.pnpm/next@15.3.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack-config.js\n99.77 - /app/node_modules/.pnpm/next@15.3.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack-build/impl.js\n99.77 - /app/node_modules/.pnpm/next@15.3.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/jest-worker/processChild.js\n99.77     at Module._resolveFilename (node:internal/modules/cjs/loader:1212:15)\n99.77     at /app/node_modules/.pnpm/next@15.3.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/require-hook.js:55:36\n99.77     at Module._load (node:internal/modules/cjs/loader:1043:27)\n99.77     at Module.require (node:internal/modules/cjs/loader:1298:19)\n99.77     at mod.require (/app/node_modules/.pnpm/next@15.3.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/require-hook.js:65:28)\n99.77     at require (node:internal/modules/helpers:182:18)\n99.77     at Object.\u003canonymous\u003e (/app/node_modules/.pnpm/lightningcss@1.30.1/node_modules/lightningcss/node/index.js:22:22)\n99.77     at Module._compile (node:internal/modules/cjs/loader:1529:14)\n99.77     at Module._extensions..js (node:internal/modules/cjs/loader:1613:10)\n99.77     at Module.load (node:internal/modules/cjs/loader:1275:32)\n99.77\n99.77 src/app/layout.tsx\n99.77 An error occurred in `next/font`.\n99.77\n99.77 Error: Cannot find module '../lightningcss.linux-arm-musl.node'\n99.77 Require stack:\n99.77 - /app/node_modules/.pnpm/lightningcss@1.30.1/node_modules/lightningcss/node/index.js\n99.77 - /app/node_modules/.pnpm/@tailwindcss+node@4.1.7/node_modules/@tailwindcss/node/dist/index.js\n99.77 - /app/node_modules/.pnpm/@tailwindcss+postcss@4.1.7/node_modules/@tailwindcss/postcss/dist/index.js\n99.77 - /app/node_modules/.pnpm/next@15.3.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/blocks/css/plugins.js\n99.77 - /app/node_modules/.pnpm/next@15.3.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/blocks/css/index.js\n99.77 - /app/node_modules/.pnpm/next@15.3.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/index.js\n99.77 - /app/node_modules/.pnpm/next@15.3.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack-config.js\n99.77 - /app/node_modules/.pnpm/next@15.3.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack-build/impl.js\n99.77 - /app/node_modules/.pnpm/next@15.3.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/jest-worker/processChild.js\n99.77     at Module._resolveFilename (node:internal/modules/cjs/loader:1212:15)\n99.77     at /app/node_modules/.pnpm/next@15.3.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/require-hook.js:55:36\n99.77     at Module._load (node:internal/modules/cjs/loader:1043:27)\n99.77     at Module.require (node:internal/modules/cjs/loader:1298:19)\n99.77     at mod.require (/app/node_modules/.pnpm/next@15.3.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/require-hook.js:65:28)\n99.77     at require (node:internal/modules/helpers:182:18)\n99.77     at Object.\u003canonymous\u003e (/app/node_modules/.pnpm/lightningcss@1.30.1/node_modules/lightningcss/node/index.js:22:22)\n99.77     at Module._compile (node:internal/modules/cjs/loader:1529:14)\n99.77     at Module._extensions..js (node:internal/modules/cjs/loader:1613:10)\n99.77     at Module.load (node:internal/modules/cjs/loader:1275:32)\n99.77\n100.1\n100.1 \u003e Build failed because of webpack errors\n100.3  ELIFECYCLE  Command failed with exit code 1.\n------\nWARNING: No output specified with docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load\nDockerfile:14\n--------------------\n  12 |     COPY --from=deps /app/node_modules ./node_modules\n  13 |     COPY . .\n  14 | \u003e\u003e\u003e RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm build\n  15 |\n  16 |     FROM base AS runner\n--------------------\nERROR: failed to solve: process \"/dev/.buildkit_qemu_emulator /bin/sh -c pnpm build\" did not complete successfully: exit code: 1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabeduartem%2Flightningcss-armv7-bug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabeduartem%2Flightningcss-armv7-bug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabeduartem%2Flightningcss-armv7-bug/lists"}