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
51db74d1
Unverified
Commit
51db74d1
authored
May 31, 2023
by
Matti Picus
Committed by
GitHub
May 31, 2023
Browse files
Merge pull request #508 from radarhere/alpine
Updated Alpine Linux version
parents
07f10c34
0c1ab7cc
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 @
51db74d1
...
@@ -275,8 +275,8 @@ variable. The default version is dependent on ``MB_ML_LIBC`` and ``PLAT``.
...
@@ -275,8 +275,8 @@ variable. The default version is dependent on ``MB_ML_LIBC`` and ``PLAT``.
When ``MB_ML_LIBC`` is ``musllinux``:
When ``MB_ML_LIBC`` is ``musllinux``:
* ``multibuild/alpine3.1
7
_x86_64``, when ``PLAT`` is ``x86_64``
* ``multibuild/alpine3.1
8
_x86_64``, when ``PLAT`` is ``x86_64``
* ``multibuild/alpine3.1
7
_arm64v8``, when ``PLAT`` is ``aarch64``
* ``multibuild/alpine3.1
8
_arm64v8``, when ``PLAT`` is ``aarch64``
Otherwise:
Otherwise:
...
...
travis_linux_steps.sh
View file @
51db74d1
...
@@ -122,7 +122,7 @@ function install_run {
...
@@ -122,7 +122,7 @@ function install_run {
if
[
"
$MB_ML_LIBC
"
==
"musllinux"
]
;
then
if
[
"
$MB_ML_LIBC
"
==
"musllinux"
]
;
then
# PLAT is the same as $plat,
# PLAT is the same as $plat,
# unless $plat is "aarch64", in which case it becomes "arm64v8"
# 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
elif
[
"
$plat
"
==
i686
]
;
then
local
docker_image
=
"matthewbrett/trusty:32"
local
docker_image
=
"matthewbrett/trusty:32"
else
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