Skip to content

Commit

Permalink
chore: disable aarch64-apple-darwin
Browse files Browse the repository at this point in the history
An upstream issue means pkg can't build for aarch64 from x86_64:

vercel/pkg#2000
  • Loading branch information
mistydemeo committed Nov 17, 2023
1 parent 40019fe commit 7f3c918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ installers = ["shell", "powershell", "homebrew"]
# A GitHub repo to push Homebrew formulas to
tap = "axodotdev/homebrew-tap"
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-pc-windows-msvc"]
targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc"]
# Publish jobs to run in CI
publish-jobs = ["homebrew"]
# Publish jobs to run in CI
Expand Down

0 comments on commit 7f3c918

Please sign in to comment.