2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Make libffi version more flexible (#7734)

* Make libffi version more flexible
Can not install on debian 12
Fixes #6036

* target v11 packaging on v12 install
we are only targeting one version per debian / ubuntu channel. This should not present a problem
This commit is contained in:
Matthias Mair
2024-07-25 13:55:49 +02:00
committed by GitHub
parent b10a20d1ef
commit 4edea65e00
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@ dependencies:
- gettext
- nginx
- jq
- libffi7
- "libffi7 | libffi8"
targets:
ubuntu-20.04: true
debian-11: true