Skip to content

Commit f455764

Browse files
committed
codegen: zola now provides AArch64 Linux binary
1 parent 7b30dcd commit f455764

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
1010

1111
## [Unreleased]
1212

13+
- Support `zola` on AArch64 Linux.
14+
1315
- Update `zola@latest` to 0.20.0.
1416

1517
- Update `cargo-binstall@latest` to 1.11.0.

manifests/zola.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/codegen/base/zola.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"x86_64_windows": {
1010
"asset_name": "${package}-v${version}-${rust_target}.zip"
1111
},
12+
"aarch64_linux_gnu": {},
1213
"aarch64_macos": {}
1314
}
1415
}

0 commit comments

Comments
 (0)