Enable prebuilt musl binaries on release

These binaries now work when testing them on CI, so I believe the
issues have now been resolved. This was probably due to the rustc
version upgrades.

Closes #563
pull/813/head
Wilfred Hughes 2025-02-03 08:44:47 +07:00
parent c013972848
commit 2218c88fb0
2 changed files with 6 additions and 6 deletions

@ -34,12 +34,8 @@ jobs:
# Targets using cross-compilation (upload-rust-binary-action
# detects that they need cross).
# TODO: fix musl so it statically links during release, see
# https://github.com/Wilfred/difftastic/issues/563
#
# - target: x86_64-unknown-linux-musl
# os: ubuntu-20.04
- target: x86_64-unknown-linux-musl
os: ubuntu-20.04
- target: aarch64-unknown-linux-gnu
os: ubuntu-20.04
- target: aarch64-apple-darwin

@ -17,6 +17,10 @@ ISO-8859-1), and is stricter about UTF-16 detection.
Updated to the latest tree-sitter parser for LaTeX, Make, Rust and
YAML.
### Build
Releases now include prebuilt musl binaries.
## 0.62 (released 20th December 2024)
### Diffing