Skip to content

Commit

Permalink
TeamCity: actually run linux/386 tests on linux/386 (#3392)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarzilli authored May 31, 2023
1 parent 6d7263f commit cc05aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ class TestBuild(val os: String, val arch: String, version: String, buildId: Abso
--env TEAMCITY_VERSION=${'$'}TEAMCITY_VERSION
--env CI=true
--privileged
--platform linux/$dockerArch
$dockerArch/ubuntu:20.04
/delve/_scripts/test_linux.sh ${"go$version"} $arch
""".trimIndent()
Expand Down

0 comments on commit cc05aa2

Please sign in to comment.