We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32f3126 + e7bdc87 commit c3cb47aCopy full SHA for c3cb47a
do
@@ -18,6 +18,8 @@ download-taskagents() {
18
# shellcheck disable=SC2034
19
help_build_fake_agents="Build the fake agent go binaries"
20
build-fake-agents() {
21
+ export CGO_ENABLED=0
22
+
23
GOOS=linux GOARCH=amd64 go build -C ./fake-agent -o ../bin/circleci-fake-agent-amd64 ./
24
GOOS=linux GOARCH=arm64 go build -C ./fake-agent -o ../bin/circleci-fake-agent-arm64 ./
25
}
0 commit comments