File tree 2 files changed +7
-3
lines changed 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -111,10 +111,10 @@ darwin-amd64 darwin amd64 darwin-amd64-13
111
111
darwin-arm64 darwin arm64 darwin-arm64-12
112
112
Running on reverse builder: macOS Monterey (12) ARM64 (M1) on Mac minis in a Google office
113
113
114
- freebsd-386 freebsd 386 freebsd-386-12_3
114
+ freebsd-386 freebsd 386 freebsd-386-13_0
115
115
Running on GCP
116
116
117
- freebsd-amd64 freebsd amd64 freebsd-amd64-12_3
117
+ freebsd-amd64 freebsd amd64 freebsd-amd64-13_0
118
118
Running on GCP
119
119
120
120
linux-386 linux 386 linux-386-bullseye
Original file line number Diff line number Diff line change @@ -128,9 +128,13 @@ var allReleases = map[int]ReleaseTargets{
128
128
"darwin-arm64" : & Target {
129
129
Builder : "darwin-arm64-12" ,
130
130
},
131
+ "freebsd-386" : & Target {
132
+ SecondClass : true ,
133
+ Builder : "freebsd-386-13_0" ,
134
+ },
131
135
"freebsd-amd64" : & Target {
132
136
SecondClass : true ,
133
- Builder : "freebsd-amd64-12_3 " ,
137
+ Builder : "freebsd-amd64-13_0 " ,
134
138
},
135
139
"linux-386" : & Target {
136
140
Builder : "linux-386-bullseye" ,
You can’t perform that action at this time.
0 commit comments