taschik opened a new issue, #37346:
URL: https://github.com/apache/arrow/issues/37346
### Describe the bug, including details regarding any error messages,
version, and platform.
Hi,
I used to install libarrow using the "latest" tag our ubuntu servers
```
- name: Install Dependent Libraries for libarrow and postgres
run: |
# Install libarrow
sudo apt install -y -V ca-certificates lsb-release wget
wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id
--short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release
--codename --short).deb
sudo apt install -y -V
./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
sudo apt-get update -y
sudo apt-get install -y libpq-dev libarrow-dev libarrow-glib-dev
libparquet-glib-dev libgirepository-1.0-1 libgirepository1.0-dev
```
However, with the release of v13, this doesn't work anymore. I would like to
continue using v12 but https://apache.jfrog.io/ui/native/arrow/ubuntu/ contains
only latest and https://arrow.apache.org/release/12.0.0.html points to the same
page. Are v12 packages not being build anymore? Where could I find v12 deb
packages?
### Component(s)
Continuous Integration
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]