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 c1ae927 commit a66de46Copy full SHA for a66de46
dashboard/builders.go
@@ -1211,12 +1211,14 @@ func init() {
1211
TryOnly: true,
1212
})
1213
addBuilder(BuildConfig{
1214
- Name: "dragonfly-amd64",
1215
- HostType: "host-dragonfly-amd64-tdfbsd",
+ Name: "dragonfly-amd64",
+ HostType: "host-dragonfly-amd64-tdfbsd",
1216
+ SkipSnapshot: true,
1217
1218
- Name: "freebsd-arm",
1219
- HostType: "host-freebsd-arm-paulzhol",
+ Name: "freebsd-arm",
1220
+ HostType: "host-freebsd-arm-paulzhol",
1221
1222
env: []string{
1223
"GOARM=7",
1224
"CGO_ENABLED=1",
0 commit comments