Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
de4cab8b
Commit
de4cab8b
authored
Jun 01, 2022
by
Andrew Murray
Browse files
Updated DOCKER_TEST_IMAGE defaults [ci skip]
parent
aff7ffd4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
README.rst
README.rst
+13
-7
No files found.
README.rst
View file @
de4cab8b
...
...
@@ -268,17 +268,23 @@ Test phase
----------
Specify the version to test with the ``DOCKER_TEST_IMAGE`` environment
variable. The default version is dependent on ``PLAT``
:
variable. The default version is dependent on
``MB_ML_LIBC`` and
``PLAT``
.
* ``multibuild/focal_x86_64``, for ``x86_64``
* ``matthewbrett/trusty:32`` for ``i686`` (Yes, an older image for 32-bit)
* ``multibuild/xenial_arm64v8`` for ``aarch64``
* ``multibuild/xenial_ppc64le`` for ``ppc64le``
* ``multibuild/xenial_s390x`` for ``s390x``
When ``MB_ML_LIBC`` is ``musllinux``:
* ``multibuild/alpine3.15_x86_64``, when ``PLAT`` is ``x86_64``
Otherwise:
* ``multibuild/focal_x86_64``, when ``PLAT`` is ``x86_64``
* ``matthewbrett/trusty:32`` when ``PLAT`` is ``i686`` (Yes, an older image for 32-bit)
* ``multibuild/focal_arm64v8`` when ``PLAT`` is ``aarch64``
* ``multibuild/focal_ppc64le`` when ``PLAT`` is ``ppc64le``
* ``multibuild/focal_s390x`` when ``PLAT`` is ``s390x``
Other valid values are any in https://hub.docker.com/orgs/multibuild/repositories,
using the correct platform code. Alternatively, you can use the substitution
pattern ``multibuild/
xeni
al_{PLAT}`` in the ``.travis.yml`` file.
pattern ``multibuild/
foc
al_{PLAT}`` in the ``.travis.yml`` file.
See ``multibuild/docker_test_wrap.sh``.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment