Skip to content

Commit

Permalink
codegen: zola now provides AArch64 Linux binary
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 16, 2025
1 parent 7b30dcd commit f455764
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

- Support `zola` on AArch64 Linux.

- Update `zola@latest` to 0.20.0.

- Update `cargo-binstall@latest` to 1.11.0.
Expand Down
7 changes: 7 additions & 0 deletions manifests/zola.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tools/codegen/base/zola.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"x86_64_windows": {
"asset_name": "${package}-v${version}-${rust_target}.zip"
},
"aarch64_linux_gnu": {},
"aarch64_macos": {}
}
}

0 comments on commit f455764

Please # to comment.