mirror of
https://github.com/chatmail/relay.git
synced 2026-05-22 13:58:07 +00:00
dovecot: detect architecture
This commit is contained in:
@@ -675,9 +675,10 @@ def deploy_chatmail(config_path: Path, disable_mail: bool) -> None:
|
|||||||
packages="postfix",
|
packages="postfix",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
arch = host.get_fact(facts.server.Arch)
|
||||||
apt.deb(
|
apt.deb(
|
||||||
name="Install Dovecot",
|
name="Install Dovecot",
|
||||||
src="https://download.delta.chat/dovecot/dovecot-imapd_2.3.21+dfsg1-3_amd64.deb",
|
src=f"https://download.delta.chat/dovecot/dovecot-imapd_2.3.21%2Bdfsg1-3_{arch}.deb",
|
||||||
)
|
)
|
||||||
|
|
||||||
apt.packages(
|
apt.packages(
|
||||||
|
|||||||
Reference in New Issue
Block a user