Maybe we need a new volunteer to maintain the Ubuntu PPA?
https://github.com/apptainer/apptainer/issues/2691#issuecomment-2718638577
we need to automate the deb release to ubuntu PPA.
Would it be possible to add arm64 packages to GitHub, while the PPA is getting fixed?
apptainer_1.4.0_amd64.deb apptainer-suid_1.4.0_amd64.deb
I suppose one could add aarch64 rpms as well, even if they should be available from EPEL.
apptainer-1.4.0-1.x86_64.rpm apptainer-suid-1.4.0-1.x86_64.rpm
Would it be possible to add arm64 packages to GitHub, while the PPA is getting fixed?
apptainer_1.4.0_amd64.deb apptainer-suid_1.4.0_amd64.deb
I suppose one could add aarch64 rpms as well, even if they should be available from EPEL.
apptainer-1.4.0-1.x86_64.rpm apptainer-suid-1.4.0-1.x86_64.rpm
That should be a separate issue. It will involve updating .github/workflows/release.yml.
- #2979