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
fbd73965
Commit
fbd73965
authored
Dec 12, 2022
by
Andrew Murray
Browse files
Added PLAT comments
parent
f749636c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
travis_linux_steps.sh
travis_linux_steps.sh
+4
-0
No files found.
travis_linux_steps.sh
View file @
fbd73965
...
@@ -120,10 +120,14 @@ function install_run {
...
@@ -120,10 +120,14 @@ function install_run {
local
plat
=
${
1
:-${
PLAT
:-
x86_64
}}
local
plat
=
${
1
:-${
PLAT
:-
x86_64
}}
if
[
-z
"
$DOCKER_TEST_IMAGE
"
]
;
then
if
[
-z
"
$DOCKER_TEST_IMAGE
"
]
;
then
if
[
"
$MB_ML_LIBC
"
==
"musllinux"
]
;
then
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.17_{PLAT}"
local
docker_image
=
"multibuild/alpine3.17_{PLAT}"
elif
[
"
$plat
"
==
i686
]
;
then
elif
[
"
$plat
"
==
i686
]
;
then
local
docker_image
=
"matthewbrett/trusty:32"
local
docker_image
=
"matthewbrett/trusty:32"
else
else
# PLAT is the same as $plat,
# unless $plat is "aarch64", in which case it becomes "arm64v8"
local
docker_image
=
"multibuild/focal_{PLAT}"
local
docker_image
=
"multibuild/focal_{PLAT}"
fi
fi
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