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
0c1ab7cc
Commit
0c1ab7cc
authored
May 30, 2023
by
Andrew Murray
Browse files
Updated Alpine Linux version
parent
07f10c34
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.rst
README.rst
+2
-2
travis_linux_steps.sh
travis_linux_steps.sh
+1
-1
No files found.
README.rst
View file @
0c1ab7cc
...
...
@@ -275,8 +275,8 @@ variable. The default version is dependent on ``MB_ML_LIBC`` and ``PLAT``.
When ``MB_ML_LIBC`` is ``musllinux``:
* ``multibuild/alpine3.1
7
_x86_64``, when ``PLAT`` is ``x86_64``
* ``multibuild/alpine3.1
7
_arm64v8``, when ``PLAT`` is ``aarch64``
* ``multibuild/alpine3.1
8
_x86_64``, when ``PLAT`` is ``x86_64``
* ``multibuild/alpine3.1
8
_arm64v8``, when ``PLAT`` is ``aarch64``
Otherwise:
...
...
travis_linux_steps.sh
View file @
0c1ab7cc
...
...
@@ -122,7 +122,7 @@ function install_run {
if
[
"
$MB_ML_LIBC
"
==
"musllinux"
]
;
then
# PLAT is the same as $plat,
# unless $plat is "aarch64", in which case it becomes "arm64v8"
local
docker_image
=
"multibuild/alpine3.1
7
_{PLAT}"
local
docker_image
=
"multibuild/alpine3.1
8
_{PLAT}"
elif
[
"
$plat
"
==
i686
]
;
then
local
docker_image
=
"matthewbrett/trusty:32"
else
...
...
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