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 5cbf121 commit 1db6daaCopy full SHA for 1db6daa
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- { os: macos-latest, arg: --mac --x64, target: x86_64-apple-darwin }
17
- { os: macos-latest, arg: --mac --arm64, target: aarch64-apple-darwin }
18
- { os: ubuntu-latest, arg: --linux --x64, target: x86_64-unknown-linux-gnu }
19
- - { os: ubuntu-latest, arg: --linux --arm64, target: aarch64-unknown-linux-gnu }
+ # - { os: ubuntu-latest, arg: --linux --arm64, target: aarch64-unknown-linux-gnu }
20
- { os: windows-latest, arg: --windows --x64, target: x86_64-pc-windows-msvc }
21
- { os: windows-latest, arg: --windows --arm64, target: aarch64-pc-windows-msvc }
22
steps:
0 commit comments