Skip to content

Commit

Permalink
teamcity: fix typo in configuration (#3783)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarzilli committed Jul 16, 2024
1 parent eb0c6f8 commit 3ff6dc5
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 @@ -43,7 +43,7 @@ version = "2023.05"
val targets = arrayOf(
"linux/amd64/1.21",
"linux/amd64/1.22",
"linux/amd64/1.23"
"linux/amd64/1.23",
"linux/amd64/tip",

"linux/386/1.23",
Expand Down

0 comments on commit 3ff6dc5

Please sign in to comment.