openzfs / zfs

OpenZFS on Linux and FreeBSD
https://openzfs.github.io/openzfs-docs
Other
10.42k stars 1.72k forks source link

ZFS Release for EL9 on aarch64 #14511

Open tetragir opened 1 year ago

tetragir commented 1 year ago

Hello, I'd like to ask if there are plans to create a repository for EL9 running on aarch64. Unfortunately at the moment it doesn't seem to exist:

Errors during downloading metadata for repository 'zfs':
  - Status code: 403 for http://download.zfsonlinux.org/epel/9/aarch64/repodata/repomd.xml (IP: 52.92.180.90)
Error: Failed to download metadata for repo 'zfs': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

Thank you very much!

mightyspiky commented 1 year ago

https://github.com/openzfs/zfs/issues/13266 .

geerlingguy commented 6 months ago

Ditto to the original issue here; was trying to install on an Ampere system running Rocky Linux 9, but it looks like I'll have to go custom, or switch to Debian/Ubuntu for ease.

Also pasting what was mentioned in #13266:

RHEL repositories are only provided for x86_64. However, you can locally build packages for other architectures.

https://openzfs.github.io/openzfs-docs/Getting%20Started/RHEL-based%20distro/index.html https://openzfs.github.io/openzfs-docs/Developer%20Resources/Custom%20Packages.html

AGSaidi commented 4 months ago

What would it take to build these for arm64? Is it a lack of runners or something else?