Mongodb-org deb packages doesn't exist for jammy 22.04

Hello.

About two weeks ago I needed to install mongodb on a box w/o avx instruction set support, where I tough I can use mongodb version 4.4 to workaround that issue.
I found a receipt to install on Ubuntu 22.04 (get key, add repo, apt install) where I found jammy mongodb-org packages were missing in the distribution repository.

So I wanted to ask:
Would it be possible to rebuild those packages for Ubuntu/jammy and update them in the repositories?
As it fails to install because libssl1.1 has no jammy installation candidate, would it be possible to introduce libssl1.1 in your jammy/4.4 repository so it is possible to install flawlessly?

At this point I have sorted the issue by:

$ echo "deb http://security.ubuntu.com/ubuntu focal-security main" | sudo tee /etc/apt/sources.list.d/libssl.list
$ sudo apt-get update
$ apt policy libssl1.1
libssl1.1:
  Installed: (none)
  Candidate: 1.1.1f-1ubuntu2.19
  Version table:
     1.1.1f-1ubuntu2.19 500
        500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
$ sudo apt install libssl1.1
$ sudo apt install mongodb-org

Thank you,
a.