Skip to content

Commit

Permalink
teamcity: hold back linux/386 builds to 1.20 (#3465)
Browse files Browse the repository at this point in the history
Programs built with `-gcflags='all=-N -l'` do not work on
linux/386/1.21 due to golang/go#61975
  • Loading branch information
aarzilli committed Aug 14, 2023
1 parent 17d1f4c commit 894ba63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ val targets = arrayOf(
"linux/amd64/1.21",
"linux/amd64/tip",

"linux/386/1.21",
"linux/386/1.20",

"linux/arm64/1.21",
"linux/arm64/tip",
Expand Down

0 comments on commit 894ba63

Please sign in to comment.