aboutsummaryrefslogtreecommitdiffstats
path: root/dist-workspace.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2026-03-13 12:10:34 -0700
committerEllie Huxtable <ellie@elliehuxtable.com>2026-03-13 12:10:38 -0700
commit0df0868fe87995c5c78ec0d3ace219af427c297f (patch)
tree65f2943551d65be33277f1815132348824f91fea /dist-workspace.toml
parentchore: update changelog (diff)
downloadatuin-0df0868fe87995c5c78ec0d3ace219af427c297f.zip
chore(release): building windows aarch64 was overly optimistic
Diffstat (limited to 'dist-workspace.toml')
-rw-r--r--dist-workspace.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist-workspace.toml b/dist-workspace.toml
index da88ab9e..62620156 100644
--- a/dist-workspace.toml
+++ b/dist-workspace.toml
@@ -12,7 +12,7 @@ ci = "github"
# The installers to generate for each app
installers = ["shell", "powershell"]
# Target platforms to build apps for (Rust target-triple syntax)
-targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "aarch64-pc-windows-msvc", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
+targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
# Which actions to run on pull requests
pr-run-mode = "plan"
# Whether to install an updater program