Merge pull request #648 from kiwix/fix_musl_archive_name

Fix naming of musl archive for x86_64.
This commit is contained in:
Matthieu Gautier 2023-11-07 16:34:55 +01:00 committed by GitHub
commit 42a0658729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ BUILD_DEF = """
| | aarch64_musl_static| | | BP | BP | | linux-aarch64-musl |
| | aarch64_musl_mixed | BP | | | | | linux-aarch64-musl |
| | aarch64_musl_dyn | d | | B | B | | |
| | x86-64_musl_static | | | BP | BP | | linux-x86-64-musl |
| | x86-64_musl_mixed | BP | | | | | linux-x86-64-musl |
| | x86-64_musl_static | | | BP | BP | | linux-x86_64-musl |
| | x86-64_musl_mixed | BP | | | | | linux-x86_64-musl |
| | win32_static | d | dB | dBP | dBP | | win-i686 |
| | win32_dyn | d | dB | dB | dB | | |
| | i586_static | | | BP | BP | | linux-i586 |