Skip to content

Commit

Permalink
TeamCity: fix linux/arm64 build (second attempt) (#3411)
Browse files Browse the repository at this point in the history
Second attempt at doing what PR #3403 tried to do.
  • Loading branch information
aarzilli committed Jun 12, 2023
1 parent c958128 commit 380920c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 380920c

Please sign in to comment.