We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93baba9 commit 658a2f9Copy full SHA for 658a2f9
.github/workflows/release.yml
@@ -20,9 +20,9 @@ jobs:
20
matrix:
21
include:
22
# # Linux x86_64
23
- # - target: x86_64-unknown-linux-gnu
24
- # runner: self-hosted
25
- # asset_name: x86_64-unknown-linux-gnu
+ - target: x86_64-unknown-linux-gnu
+ runner: self-hosted
+ asset_name: x86_64-unknown-linux-gnu
26
27
# Linux ARM64 (aarch64) - Cross-compilation
28
- target: aarch64-unknown-linux-gnu
0 commit comments