diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2026-03-13 12:10:34 -0700 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2026-03-13 12:10:38 -0700 |
| commit | 0df0868fe87995c5c78ec0d3ace219af427c297f (patch) | |
| tree | 65f2943551d65be33277f1815132348824f91fea | |
| parent | chore: update changelog (diff) | |
| download | atuin-0df0868fe87995c5c78ec0d3ace219af427c297f.zip | |
chore(release): building windows aarch64 was overly optimistic
| -rw-r--r-- | dist-workspace.toml | 2 |
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 |
