Skip to content

Commit

Permalink
Merge pull request #508 from radarhere/alpine
Browse files Browse the repository at this point in the history
Updated Alpine Linux version
  • Loading branch information
mattip authored May 31, 2023
2 parents 07f10c3 + 0c1ab7c commit 51db74d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ variable. The default version is dependent on ``MB_ML_LIBC`` and ``PLAT``.

When ``MB_ML_LIBC`` is ``musllinux``:

* ``multibuild/alpine3.17_x86_64``, when ``PLAT`` is ``x86_64``
* ``multibuild/alpine3.17_arm64v8``, when ``PLAT`` is ``aarch64``
* ``multibuild/alpine3.18_x86_64``, when ``PLAT`` is ``x86_64``
* ``multibuild/alpine3.18_arm64v8``, when ``PLAT`` is ``aarch64``

Otherwise:

Expand Down
2 changes: 1 addition & 1 deletion travis_linux_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.17_{PLAT}"
local docker_image="multibuild/alpine3.18_{PLAT}"
elif [ "$plat" == i686 ]; then
local docker_image="matthewbrett/trusty:32"
else
Expand Down

0 comments on commit 51db74d

Please sign in to comment.