mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
ASIDE: MongoDB 6.0.3+ MIGHT run on 64-bit Ubuntu on RPi
This commit is contained in:
parent
0b23bd3ab5
commit
b0cad086c0
1 changed files with 3 additions and 1 deletions
|
@ -113,7 +113,9 @@
|
|||
# https://www.mongodb.com/community/forums/t/installing-mongodb-over-ubuntu-22-04/159931/90
|
||||
# WHEREAS 64-bit Raspberry Pi is likely NOT supported for now, as MongoDB 6.0
|
||||
# IS ONLY COMPILED FOR ARM v8.2-A i.e. FAIL ON ARM v8-A RPi 4 (JUST LIKE THEIR
|
||||
# MongoDB 5.0, tested 2022-06-07 ~113 lines below).
|
||||
# MongoDB 5.0, tested 2022-06-07 ~113 lines below). Though MongoDB 6.0.3+ on
|
||||
# 64-bit Ubuntu on Raspberry Pi hardware (MIGHT) hypothetically be possible:
|
||||
# https://www.mongodb.com/developer/products/mongodb/mongodb-on-raspberry-pi/
|
||||
- name: Otherwise, install mongodb-org's Ubuntu jammy source/repo [ arch=amd64,arm64 ] for MongoDB version {{ mongodb_64bit_version }}
|
||||
apt_repository:
|
||||
repo: deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb.gpg ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/{{ mongodb_64bit_version }} multiverse
|
||||
|
|
Loading…
Reference in a new issue