TeamCity: actually run linux/386 tests on linux/386 (#3392)
This commit is contained in:
parent
6d7263f6f9
commit
cc05aa2064
1
.teamcity/settings.kts
vendored
1
.teamcity/settings.kts
vendored
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user