mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
Add back release targets aarch64-pc-windows-msvc
and riscv64gc-unknown-linux-gnu
(#4821)
This commit is contained in:
parent
b85217ef14
commit
77b6c8481f
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -25,6 +25,9 @@ jobs:
|
||||
- target: armv7-unknown-linux-musleabi
|
||||
os: ubuntu-latest
|
||||
cross: true
|
||||
- target: riscv64gc-unknown-linux-gnu
|
||||
os: ubuntu-latest
|
||||
cross: true
|
||||
- target: x86_64-apple-darwin
|
||||
os: macos-latest
|
||||
cross: false
|
||||
@ -34,6 +37,9 @@ jobs:
|
||||
- target: x86_64-pc-windows-msvc
|
||||
os: windows-latest
|
||||
cross: false
|
||||
- target: aarch64-pc-windows-msvc
|
||||
os: windows-latest
|
||||
cross: false
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -83,5 +83,6 @@ pkg-url = "{ repo }/releases/download/v{ version }/typst-{ target }{ archive-suf
|
||||
bin-dir = "typst-{ target }/typst{ binary-ext }"
|
||||
pkg-fmt = "txz"
|
||||
|
||||
[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
|
||||
pkg-fmt = "zip"
|
||||
[package.metadata.binstall.overrides]
|
||||
x86_64-pc-windows-msvc = { pkg-fmt = "zip" }
|
||||
aarch64-pc-windows-msvc = { pkg-fmt = "zip" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user