mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-11 07:00:25 +00:00
codegen: mdbook 0.4.44+ provides AArch64 macOS binary
This commit is contained in:
@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
- Support installing native binary for `mdbook` on AArch64 macOS. (Previously x86_64 macOS binary is used as fallback.)
|
||||||
|
|
||||||
- Update `mdbook@latest` to 0.4.44.
|
- Update `mdbook@latest` to 0.4.44.
|
||||||
|
|
||||||
- Update `cargo-semver-checks@latest` to 0.39.0.
|
- Update `cargo-semver-checks@latest` to 0.39.0.
|
||||||
@@ -1595,7 +1597,7 @@ No change on the `install-action` itself.
|
|||||||
|
|
||||||
- Support `biome` on x86_64/AArch64 Linux (musl).
|
- Support `biome` on x86_64/AArch64 Linux (musl).
|
||||||
|
|
||||||
- Support `zola` on AArch64 macOS. (Previously x86_64 macOS binary is used as fallback.)
|
- Support installing native binary for `zola` on AArch64 macOS. (Previously x86_64 macOS binary is used as fallback.)
|
||||||
|
|
||||||
## [2.27.14] - 2024-03-01
|
## [2.27.14] - 2024-03-01
|
||||||
|
|
||||||
|
|||||||
7
manifests/mdbook.json
generated
7
manifests/mdbook.json
generated
@@ -15,6 +15,9 @@
|
|||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
"url": "https://github.com/rust-lang/mdBook/releases/download/v${version}/mdbook-v${version}-aarch64-unknown-linux-musl.tar.gz"
|
"url": "https://github.com/rust-lang/mdBook/releases/download/v${version}/mdbook-v${version}-aarch64-unknown-linux-musl.tar.gz"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/rust-lang/mdBook/releases/download/v${version}/mdbook-v${version}-aarch64-apple-darwin.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MPL-2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE)",
|
"license_markdown": "[MPL-2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE)",
|
||||||
@@ -40,6 +43,10 @@
|
|||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
"etag": "0x8DD3FC81411BB91",
|
"etag": "0x8DD3FC81411BB91",
|
||||||
"checksum": "6e03ca8a5e72518128cd86a9b99bf8e1b29fa90dcfbd6bf5d9bcffd2e34cb4d7"
|
"checksum": "6e03ca8a5e72518128cd86a9b99bf8e1b29fa90dcfbd6bf5d9bcffd2e34cb4d7"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DD3FC81343BADA",
|
||||||
|
"checksum": "a7e203a9b131ba045d6e4aff27f1a817059af9fe8174d86d78f79153da2e2b61"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"0.4.43": {
|
"0.4.43": {
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
"tag_prefix": "v",
|
"tag_prefix": "v",
|
||||||
"rust_crate": "${package}",
|
"rust_crate": "${package}",
|
||||||
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
|
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
|
||||||
|
"version_range": ">= 0.1.0",
|
||||||
"platform": {
|
"platform": {
|
||||||
"x86_64_linux_musl": {},
|
"x86_64_linux_musl": {},
|
||||||
"x86_64_linux_gnu": {},
|
"x86_64_linux_gnu": {},
|
||||||
@@ -10,6 +11,7 @@
|
|||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
"asset_name": "${package}-v${version}-${rust_target}.zip"
|
"asset_name": "${package}-v${version}-${rust_target}.zip"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {}
|
"aarch64_linux_musl": {},
|
||||||
|
"aarch64_macos": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user