This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
Merge pull request #38 from Axway/agent-sdk-version-update-1.1.62 #24
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build-discovery-docker.yml
on: push
buildDiscoveryAgentDocker
16s
Annotations
1 error
buildDiscoveryAgentDocker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export time=`date +%Y%m%d%H%M%S` && export commit_id=${COMMIT_ID} && export version=${VERSION} && export sdk_version=`go list -m github.com/Axway/agent-sdk | awk '{print $2}' | awk -F'-' '{print substr($1, 2)}'` && export GOOS=linux && export CGO_ENABLED=0 && export GOARCH=amd64 && go build -tags static_all -ldflags=\"-X 'github.com/Axway/agent-sdk/pkg/cmd.BuildTime=${time}' -X 'github.com/Axway/agent-sdk/pkg/cmd.BuildVersion=${version}' -X 'github.com/Axway/agent-sdk/pkg/cmd.BuildCommitSha=${commit_id}' -X 'github.com/Axway/agent-sdk/pkg/cmd.SDKBuildVersion=${sdk_version}' -X 'github.com/Axway/agent-sdk/pkg/cmd.BuildAgentName=webMethodsDiscoveryAgent'\" -a -o ${APP_HOME}/bin/webmethods_discovery_agent ${AGENT}/main.go" did not complete successfully: exit code: 1
|