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.
1 parent bfa9bb7 commit 39dc9fdCopy full SHA for 39dc9fd
collector/Makefile
@@ -4,7 +4,7 @@ BASE_SPACE:=$(shell pwd)
4
BUILD_SPACE:=$(BASE_SPACE)/build
5
BUCKET_NAME:=lambda-artifacts-$(shell dd if=/dev/random bs=8 count=1 2>/dev/null | od -An -tx1 | tr -d ' \t\n')
6
LAYER_NAME:=otel-collector
7
-OTELCOL_VERSION="UNSET" # run recipe set-otelcol-version to get this
+OTELCOL_VERSION=$(shell cat VERSION)
8
GIT_SHA=$(shell git rev-parse HEAD)
9
GOARCH ?= amd64
10
GOBUILD=GO111MODULE=on CGO_ENABLED=0 installsuffix=cgo go build -trimpath$(if ${BUILDTAGS}, -tags "${BUILDTAGS}",)
0 commit comments