We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d950c commit 28aef74Copy full SHA for 28aef74
1 file changed
.github/workflows/release.yml
@@ -28,11 +28,11 @@ jobs:
28
artifact_suffix: windows-x86_64
29
binary_ext: ".exe"
30
artifact_ext: ".zip"
31
- # - os: ubuntu-latest
32
- # target: x86_64-unknown-linux-gnu
33
- # artifact_suffix: linux-x86_64
34
- # binary_ext: ""
35
- # artifact_ext: ".tar.gz"
+ - os: ubuntu-latest
+ target: x86_64-unknown-linux-gnu
+ artifact_suffix: linux-x86_64
+ binary_ext: ""
+ artifact_ext: ".tar.gz"
36
- os: macos-14
37
target: aarch64-apple-darwin
38
artifact_suffix: macos-aarch64
0 commit comments