diff --git a/newrelic-infrastructure-agent.yaml b/newrelic-infrastructure-agent.yaml index bdfe10e8562..38d76db6110 100644 --- a/newrelic-infrastructure-agent.yaml +++ b/newrelic-infrastructure-agent.yaml @@ -1,7 +1,7 @@ package: name: newrelic-infrastructure-agent version: 1.42.2 - epoch: 0 + epoch: 1 description: New Relic Infrastructure Agent copyright: - license: Apache-2.0 @@ -38,8 +38,8 @@ pipeline: GOOS=$(go env GOOS) GOARCH=$(go env GOARCH) - make OS=linux ARCH=${GOARCH} compile - make OS=linux ARCH=${GOARCH} dist + make OS=linux GOARCH=${GOARCH} compile + make OS=linux GOARCH=${GOARCH} dist mkdir -p ${{targets.destdir}}/usr/bin