Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

58 regels
2.2 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2026, Slavi Pantaleev, Aine Etke, MDAD community members
  3. # This file is distributed under the same license as the matrix-docker-ansible-deploy package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2026-02-13 10:32+0000\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: ../../../docs/alternative-architectures.md:9
  19. msgid "Alternative architectures"
  20. msgstr ""
  21. #: ../../../docs/alternative-architectures.md:11
  22. msgid "As stated in the [Prerequisites](prerequisites.md), currently only `amd64` (`x86_64`) is fully supported."
  23. msgstr ""
  24. #: ../../../docs/alternative-architectures.md:13
  25. msgid "The playbook automatically determines the target server's architecture (the `matrix_architecture` variable) to be one of the following:"
  26. msgstr ""
  27. #: ../../../docs/alternative-architectures.md:15
  28. msgid "`amd64` (`x86_64`)"
  29. msgstr ""
  30. #: ../../../docs/alternative-architectures.md:16
  31. msgid "`arm32`"
  32. msgstr ""
  33. #: ../../../docs/alternative-architectures.md:17
  34. msgid "`arm64`"
  35. msgstr ""
  36. #: ../../../docs/alternative-architectures.md:19
  37. msgid "Some tools and container images can be built on the host or other measures can be used to install on that architecture."
  38. msgstr ""
  39. #: ../../../docs/alternative-architectures.md:21
  40. msgid "Implementation details"
  41. msgstr ""
  42. #: ../../../docs/alternative-architectures.md:23
  43. msgid "For `amd64`, prebuilt container images (see the [container images we use](container-images.md)) are used for all components (except [Hydrogen](configuring-playbook-client-hydrogen.md), which goes through self-building)."
  44. msgstr ""
  45. #: ../../../docs/alternative-architectures.md:25
  46. msgid "For other architecture (`arm64`, `arm32`), components which have a prebuilt image make use of it. If the component is not available for the specific architecture, [self-building](self-building.md) will be used. Not all components support self-building though, so your mileage may vary."
  47. msgstr ""