We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f025cc commit 0c7e743Copy full SHA for 0c7e743
.github/workflows/release.yml
@@ -56,10 +56,7 @@ jobs:
56
- platform: "macos-15" # for Arm based macs (M1 and above).
57
args: "--target aarch64-apple-darwin"
58
target: "aarch64-apple-darwin"
59
- - platform: "macos-latest" # for Intel based macs.
60
- args: "--target x86_64-apple-darwin"
61
- target: "x86_64-apple-darwin"
62
- - platform: "ubuntu-22.04" # Build .deb on 22.04
+- platform: "ubuntu-22.04" # Build .deb on 22.04
63
args: "--bundles deb"
64
target: "x86_64-unknown-linux-gnu"
65
- platform: "ubuntu-24.04" # Build AppImage and RPM on 24.04
0 commit comments