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

Need to support Linux arm64 hosted runners #385

Open
wojiushixiaobai opened this issue Jan 19, 2025 · 0 comments
Open

Need to support Linux arm64 hosted runners #385

wojiushixiaobai opened this issue Jan 19, 2025 · 0 comments

Comments

@wojiushixiaobai
Copy link

wojiushixiaobai commented Jan 19, 2025

jobs:
  build:
    runs-on: ubuntu-24.04-arm
    - uses: conda-incubator/[email protected]
      with:
        channels: conda-forge
        channel-priority: true
        activate-environment: upload
        miniforge-version: latest
Ensuring installer...
  Can we use bundled Miniconda?
  Can we download a custom installer by URL?
  Can we download Miniforge?
  ... will download Miniforge.
  Will fetch Miniforge3 latest from https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-arm64.sh
  Ensuring Installer...
  Checking for cached Miniforge3@latest...
  Did not find Miniforge3-Linux-arm64.sh latest in cache
Error: Unexpected HTTP response: [40](https://github.com/loong64/openblas-libs/actions/runs/12850519235/job/35830276751#step:12:43)4

Miniforge3-Linux-arm64.sh --> Miniforge3-Linux-aarch64.sh

If anyone is interested in a quick workaround until it is properly supported.

jobs:
  build:
    runs-on: ubuntu-24.04-arm
    - uses: conda-incubator/[email protected]
      with:
        architecture: aarch64
        channels: conda-forge
        channel-priority: true
        activate-environment: upload
        miniforge-version: latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant