Skip to content

Commit 40aae98

Browse files
committed
teamcity: hold back linux/386 builds to 1.20
Programs built with `-gcflags='all=-N -l'` do not work on linux/386/1.21 due to golang/go#61975
1 parent 17d1f4c commit 40aae98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.teamcity/settings.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ val targets = arrayOf(
4040
"linux/amd64/1.21",
4141
"linux/amd64/tip",
4242

43-
"linux/386/1.21",
43+
"linux/386/1.20",
4444

4545
"linux/arm64/1.21",
4646
"linux/arm64/tip",

0 commit comments

Comments
 (0)