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 TEAMCITY_VERSION=${'$'}TEAMCITY_VERSION
|
||||||
--env CI=true
|
--env CI=true
|
||||||
--privileged
|
--privileged
|
||||||
|
--platform linux/$dockerArch
|
||||||
$dockerArch/ubuntu:20.04
|
$dockerArch/ubuntu:20.04
|
||||||
/delve/_scripts/test_linux.sh ${"go$version"} $arch
|
/delve/_scripts/test_linux.sh ${"go$version"} $arch
|
||||||
""".trimIndent()
|
""".trimIndent()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user