mirror of
https://github.com/YunoHost-Apps/mongo-express_ynh.git
synced 2024-09-03 19:46:04 +02:00
delete arm64 Update manifest.toml
Support arm64 seems ok for Ubuntu https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu/ But not for Debian https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-debian/
This commit is contained in:
parent
209e89a754
commit
d41d132072
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ cpe = "cpe:2.3:a:mongo-express_project:mongo-express"
|
|||
|
||||
[integration]
|
||||
yunohost = ">= 11.2"
|
||||
architectures = ["amd64", "arm64"]
|
||||
architectures = ["amd64"]
|
||||
multi_instance = false
|
||||
|
||||
ldap = "not_relevant"
|
||||
|
|
Loading…
Add table
Reference in a new issue