TeamCity: fix linux/arm64 build (second attempt) (#3411)

Second attempt at doing what PR #3403 tried to do.
This commit is contained in:
Alessandro Arzilli 2023-06-12 23:29:09 +02:00 committed by GitHub
parent c958128f21
commit 380920c340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -198,7 +198,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
--platform linux/$dockerPlatformArch
$dockerArch/ubuntu:20.04
/delve/_scripts/test_linux.sh ${"go$version"} $arch
""".trimIndent()