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
a573af1e
Unverified
Commit
a573af1e
authored
Apr 18, 2022
by
Matti Picus
Committed by
GitHub
Apr 18, 2022
Browse files
Merge pull request #469 from radarhere/arm64v8
Replace aarch64 with arm64v8 for default focal DOCKER_TEST_IMAGE
parents
1d95c34a
6428b029
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
travis_linux_steps.sh
travis_linux_steps.sh
+1
-1
No files found.
travis_linux_steps.sh
View file @
a573af1e
...
...
@@ -124,7 +124,7 @@ function install_run {
elif
[
"
$plat
"
==
i686
]
;
then
local
docker_image
=
"matthewbrett/trusty:32"
else
local
docker_image
=
"multibuild/focal_
$plat
"
local
docker_image
=
"multibuild/focal_
{PLAT}
"
fi
else
local
docker_image
=
"
$DOCKER_TEST_IMAGE
"
...
...
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