TeamCity: fix linux/arm64 build (second attempt) (#3411)
Second attempt at doing what PR #3403 tried to do.
This commit is contained in:
parent
c958128f21
commit
380920c340
2
.teamcity/settings.kts
vendored
2
.teamcity/settings.kts
vendored
@ -198,7 +198,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
|
--platform linux/$dockerPlatformArch
|
||||||
$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