We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e251161 commit 66c78c2Copy full SHA for 66c78c2
.github/workflows/build.yaml
@@ -35,7 +35,7 @@ jobs:
35
- { name: "arm64v8", target: "aarch64-unknown-linux-musl" }
36
- { name: "armv7", target: "armv7-unknown-linux-musleabihf" }
37
- { name: "i386", target: "i686-unknown-linux-musl" }
38
- - { name: "amd64fb", target: "x86_64-unknown-freebsd" }
+ #- { name: "amd64fb", target: "x86_64-unknown-freebsd" }
39
40
steps:
41
@@ -181,7 +181,7 @@ jobs:
181
- { os: "linux", name: "arm64v8", suffix: "" }
182
- { os: "linux", name: "armv7", suffix: "" }
183
- { os: "linux", name: "i386", suffix: "" }
184
- - { os: "linux", name: "amd64fb", suffix: "" }
+ #- { os: "linux", name: "amd64fb", suffix: "" }
185
- { os: "windows", name: "x86_64", suffix: "-unsigned" }
186
187
0 commit comments