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

error message is not optimal on apple silicon with semeru8 #673

Closed
2 of 5 tasks
mio-19 opened this issue Aug 16, 2024 · 3 comments
Closed
2 of 5 tasks

error message is not optimal on apple silicon with semeru8 #673

mio-19 opened this issue Aug 16, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@mio-19
Copy link

mio-19 commented Aug 16, 2024

Description:
A clear and concise description of what the bug is.

Run actions/setup-java@v4
  with:
    distribution: semeru
    java-version: 8
    java-package: jdk
    check-latest: false
    server-id: github
    server-username: GITHUB_ACTOR
    server-password: GITHUB_TOKEN
    overwrite-settings: true
    job-status: success
    token: ***
Installed distributions
  Trying to resolve the latest version from remote
  Error: Unsupported architecture for IBM Semeru: arm64, the following are supported: x64, x86, ppc64le, ppc64, s390x, aarch64

Task version:
Specify the task version

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.

Expected behavior:
A description of what you expected to happen.

Actual behavior:
A description of what is actually happening.

@mio-19 mio-19 added bug Something isn't working needs triage labels Aug 16, 2024
@priyagupta108
Copy link
Contributor

Hello @mio-19 👋,
Thank you for your report. We'll investigate the issue and get back to you.

@mio-19
Copy link
Author

mio-19 commented Aug 16, 2024

The error message showed that arm64 is not supported while aarch64 is supported, while in fact only x64 mac is supported

@mahabaleshwars
Copy link
Contributor

Hello @mio-19,

We have updated the error message for greater accuracy and fixed a bug related to fetching aarch64 when arm64 was requested. Please test your workflow with actions/setup-java@main.
Please feel free to reach out to us if you encounter any other issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants