Skip to content

Commit

Permalink
Merge pull request #648 from kiwix/fix_musl_archive_name
Browse files Browse the repository at this point in the history
Fix naming of musl archive for x86_64.
  • Loading branch information
mgautierfr authored Nov 7, 2023
2 parents 0ce0f20 + cf5dde8 commit 42a0658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/build_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
| | 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 |
Expand Down

0 comments on commit 42a0658

Please sign in to comment.