Skip to content

Commit

Permalink
Add Fedora support to fiftyone-db (#4866)
Browse files Browse the repository at this point in the history
* fedora

* db bump

* 4 prefix
  • Loading branch information
benjaminpkane authored Sep 30, 2024
1 parent e666b66 commit 40593bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package/db/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@
"x86_64": "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2204-6.0.5.tgz",
},
},
"fedora": {
"4": {
"aarch64": "https://fastdl.mongodb.org/linux/mongodb-linux-aarch64-rhel90-7.0.2.tgz",
"x86_64": "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel90-7.0.2.tgz",
},
},
"pop": {
"18": {
"aarch64": "https://fastdl.mongodb.org/linux/mongodb-linux-aarch64-ubuntu1804-5.0.4.tgz",
Expand Down

0 comments on commit 40593bd

Please sign in to comment.