Describe your bug
The latest versions of Node.js v22 for armhf are not available.
The newest version available is 22.15.0, while there should be 22.17.1 already.
Distribution Information:
- OS: Raspbian
- Version: 12/bookworm
- Architecture: armhf/armv7l
Node Version:
To Reproduce
- Install regularly, i.e. with
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash - and sudo apt-get install -y nodejs
- Check
node -v, it prints: v22.15.0
- Check
apt-cache madison nodejs, it prints:
nodejs | 22.15.0-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
nodejs | 22.14.0-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
nodejs | 22.13.1-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
nodejs | 22.13.0-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
nodejs | 22.12.0-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
nodejs | 22.11.0-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
nodejs | 22.10.0-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
[…]
Expected behavior
I expect the latest versions to be available for armhf, just like they are for e.g. amd64:
nodejs | 22.17.1-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
nodejs | 22.17.0-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
nodejs | 22.16.0-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
nodejs | 22.15.1-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
nodejs | 22.15.0-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
[…]
Describe your bug
The latest versions of Node.js v22 for armhf are not available.
The newest version available is 22.15.0, while there should be 22.17.1 already.
Distribution Information:
Node Version:
To Reproduce
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -andsudo apt-get install -y nodejsnode -v, it prints:v22.15.0apt-cache madison nodejs, it prints:Expected behavior
I expect the latest versions to be available for armhf, just like they are for e.g. amd64: