We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97551d1 commit 380d78fCopy full SHA for 380d78f
dist-workspace.toml
@@ -10,7 +10,7 @@ ci = "github"
10
# The installers to generate for each app
11
installers = ["homebrew"]
12
# Target platforms to build apps for (Rust target-triple syntax)
13
-targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
+targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
14
# A GitHub repo to push Homebrew formulas to
15
tap = "raymondk/homebrew-icp-cli"
16
# Publish jobs to run in CI
0 commit comments