chore: Removed aarch64 build
7d4cfbe2
1 file(s) · +1 −1
| 14 | 14 | # A GitHub repo to push Homebrew formulas to |
|
| 15 | 15 | tap = "stevedylandev/homebrew-walletfetch" |
|
| 16 | 16 | # Target platforms to build apps for (Rust target-triple syntax) |
|
| 17 | - | targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] |
|
| 17 | + | targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] |
|
| 18 | 18 | # Path that installers should place binaries in |
|
| 19 | 19 | install-path = "CARGO_HOME" |
|
| 20 | 20 | # Publish jobs to run in CI |