1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-02 23:17:26 +02:00
bors-mailu[bot] 4b45d06ebd
Merge #3742
3742: Fixed "core" Docker image to allow x86_32 building, updated documenta… r=mergify[bot] a=vparres

## What type of PR?

bugfix / documentation

## What does this PR do?

Allow building a i686 linux image on a amd64 machine by switching from `uname -m` architecture detection to `apk --print-arch` to better reflect the binary distribution architecture instead of the current Kernel architecture and adding the rust toolchain in dependencies.
Also updated the documentation to mention SSE4.2 requirement and reference to the mailu issue i opened earlier.

I didn't wanted to add any kind of automated building changes in this PR before discussions, as it may add unneeded pressure on mailu pipelines. To solve the issue with rspamd mentioned in #3713, only the `base` and the `antispam` images needs to be rebuilt on i686, and it can be done locally if needed.

### Related issue(s)
- closes #3713 

## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [x] In case of feature or enhancement: documentation updated accordingly
- [ ] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Vincent PARRES-GACON <contact@vparres.me>
2025-02-10 11:29:10 +00:00
..
2018-12-30 15:07:45 +02:00
2020-11-17 11:41:01 -06:00
2024-06-19 14:50:09 +02:00
2024-06-28 16:19:07 +02:00
2021-08-24 18:49:27 +02:00
2018-12-17 00:12:21 +02:00
2024-08-05 14:49:38 +02:00
2024-03-18 14:34:58 +00:00
2025-02-09 17:18:47 +01:00
2023-09-27 14:05:12 +00:00
2022-10-19 19:41:49 +02:00
2024-06-19 14:50:09 +02:00
2024-06-28 12:44:29 +02:00
2020-11-11 12:10:41 -06:00
2022-07-28 20:02:51 +08:00
2024-06-28 12:44:29 +02:00
2024-09-05 21:59:55 +02:00
2024-05-20 11:08:03 +02:00
2024-09-12 14:38:50 +00:00