mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 00:24:21 +01:00
dist: Add Linux/arm64 target for install package
This commit is contained in:
@@ -10,7 +10,7 @@ ci = "github"
|
|||||||
# The installers to generate for each app
|
# The installers to generate for each app
|
||||||
installers = ["shell", "powershell"]
|
installers = ["shell", "powershell"]
|
||||||
# Target platforms to build apps for (Rust target-triple syntax)
|
# Target platforms to build apps for (Rust target-triple syntax)
|
||||||
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
|
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
|
||||||
# Which actions to run on pull requests
|
# Which actions to run on pull requests
|
||||||
pr-run-mode = "plan"
|
pr-run-mode = "plan"
|
||||||
# Path that installers should place binaries in
|
# Path that installers should place binaries in
|
||||||
|
|||||||
Reference in New Issue
Block a user