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

Add platforms support #4

Open
pksunkara opened this issue Mar 23, 2024 · 0 comments
Open

Add platforms support #4

pksunkara opened this issue Mar 23, 2024 · 0 comments
Labels
C: platform Context: Arch platforms D3: hard Difficulty: Hard to implement T: feature Type: Feature request U2: nice to have Urgency: Nice to have

Comments

@pksunkara
Copy link
Member

pksunkara commented Mar 23, 2024

  1. AUR (bin)
  2. AUR
  3. Homebrew (linux)
  4. Scoop
  5. Nix
    • aarch64


  • All AUR architectures:
    architectures = [
        'aarch',
        'aarch64',
        'amd64',
        'arm',
        'arm64',
        'arm6h',
        'arm7h',
        'armel',
        'armhf',
        'armv5',
        'armv5h',
        'armv5tel',
        'armv6',
        'armv6h',
        'armv6l',
        'armv7',
        'armv7h',
        'armv7l',
        'armv8',
        'armv8h',
        'i386',
        'i486',
        'i586',
        'i686',
        'loong64',
        'loongarch64',
        'mips',
        'mips64',
        'mips64el',
        'mipsel',
        'pentium4',
        'ppc64',
        'ppc64le',
        'ppcle_64',
        'riscv64',
        's390_64',
        's390x',
        'x86',
        'x86_32',
        'x86_64',
        'x86_64_v3',
    ]
    
@pksunkara pksunkara changed the title Add platform supports Add platforms support Mar 23, 2024
@pksunkara pksunkara pinned this issue Jul 8, 2024
@pksunkara pksunkara changed the title Add platforms support Add architectures support Jul 12, 2024
@pksunkara pksunkara changed the title Add architectures support Add platforms support Jul 12, 2024
@pksunkara pksunkara added the T: feature Type: Feature request label Jul 12, 2024
@pksunkara pksunkara added D3: hard Difficulty: Hard to implement U2: nice to have Urgency: Nice to have C: platform Context: Arch platforms labels Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: platform Context: Arch platforms D3: hard Difficulty: Hard to implement T: feature Type: Feature request U2: nice to have Urgency: Nice to have
Development

No branches or pull requests

1 participant