Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with x86-64-v1 #1936

Open
1 task done
Skorrr opened this issue Jun 3, 2024 · 0 comments
Open
1 task done

Compatibility with x86-64-v1 #1936

Skorrr opened this issue Jun 3, 2024 · 0 comments
Assignees
Labels
bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version

Comments

@Skorrr
Copy link

Skorrr commented Jun 3, 2024

Is there an existing issue for this?

  • Yes, I have searched the existing issues and none of them match my problem.

Product Variant

Self-Hosted

Current Behavior

- Trying to run the provided simple.yml docker-compose file with the .env.example I get:

Minio-1 stating incompatibility with x86-64-v1
app-1 Illegal instruction (core dumped)

- Trying to build the docker image I get:

 => ERROR [base 2/3] RUN corepack enable pnpm && corepack prepare [email protected] --activate                                                                                                                                                14.6s
------
 > [base 2/3] RUN corepack enable pnpm && corepack prepare [email protected] --activate:
3.909 Preparing [email protected] for immediate activation...
14.52 Internal Error: Error when performing the request to https://registry.npmjs.org/pnpm/-/pnpm-9.0.6.tgz; for troubleshooting help, see https://github.com/nodejs/corepack#troubleshooting
14.52     at fetch (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:22762:11)
14.52     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
14.52     at async fetchUrlStream (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:22792:20)
14.52     at async download (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:22916:18)
14.52     at async installVersion (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:23009:55)
14.52     at async Engine.ensurePackageManager (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:23452:32)
14.52     at async PrepareCommand.execute (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:24157:27)
14.52     at async PrepareCommand.validateAndExecute (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:20954:22)
14.52     at async _Cli.run (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:21929:18)
14.52     at async Object.runMain (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:24230:18)
------
Dockerfile:10
--------------------
   8 |     ENV PATH="$PNPM_HOME:$PATH"
   9 |
  10 | >>> RUN corepack enable pnpm && corepack prepare [email protected] --activate
  11 |
  12 |     WORKDIR /app
--------------------
ERROR: failed to solve: process "/bin/sh -c corepack enable pnpm && corepack prepare [email protected] --activate" did not complete successfully: exit code: 1

Anything else?

Minio has a special build for x86-64-v1 minio:RELEASE.2024-05-28T17-19-04Z-cpuv1, for still out of luck for the app,I just just a need a way to build it.

@Skorrr Skorrr added bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version labels Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version
Projects
None yet
Development

No branches or pull requests

2 participants